Merge pull request #200 from fewtarius/dev
Fix RetroArch Flyinghead 32bit build.
This commit is contained in:
commit
1a3d0b7876
2 changed files with 4 additions and 3 deletions
|
@ -67,6 +67,7 @@ makeinstall_target() {
|
|||
libGLES \
|
||||
libgnutls \
|
||||
libgbm \
|
||||
libgomp \
|
||||
libidn2 \
|
||||
libnettle \
|
||||
libhogweed \
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">flycast_libretro</core>
|
||||
<core>flycast32_libretro</core>
|
||||
<core>flycast32</core>
|
||||
<core>flycast</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
@ -514,7 +514,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">flycast_libretro</core>
|
||||
<core>flycast32_libretro</core>
|
||||
<core>flycast32</core>
|
||||
<core>flycast</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
@ -1039,7 +1039,7 @@
|
|||
<emulator name="retroarch">
|
||||
<cores>
|
||||
<core default="true">flycast_libretro</core>
|
||||
<core>flycast32_libretro</core>
|
||||
<core>flycast32</core>
|
||||
<core>flycast</core>
|
||||
</cores>
|
||||
</emulator>
|
||||
|
|
Loading…
Reference in a new issue