Commit graph

4 commits

Author SHA1 Message Date
Jools Wills
1917b4ebbf lr-dosbox-pure - install g++ v9 on arm if v10 is the system default
This fixes building on Bullseye.

According to https://github.com/libretro/dosbox-pure/commit/603b1c7ae

>Switch to gcc 9 to avoid buggy assembly genetation [sic] of gcc 10
>On armv7l, gcc 10.2 with -O2 on the file core_dynrec.cpp generates assembly that wrongfully passes NULL to the runcode function
>resulting in a segfault crash. It can be observed by writing block->cache.start to stdout twice where it is NULL at first
>and then the actual value thereafter. This affects upstream SVN DOSBox as well as this core.
2023-03-05 13:49:26 +00:00
Jools Wills
7ac3877b44 Switch to using defaultRAConfig
libretro ports now don't include the "ports/" path in the call as it's handled by the new function
2022-05-22 13:09:12 +01:00
Jools Wills
7bcdc6a956 libretrocores - added rp_module_repo to all libretro cores
Also use new location for lr-meseon repo due to repository move
2021-02-15 23:54:13 +00:00
Jools Wills
6ff178baad added lr-dosbox-pure - an improved dosbox core for libretro
* added additional extensions supported by the core
2021-01-10 03:57:37 +00:00