Merge pull request #200 from fewtarius/dev

Fix RetroArch Flyinghead 32bit build.
This commit is contained in:
fewtarius 2022-06-09 18:15:05 -04:00 committed by GitHub
commit 1a3d0b7876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -67,6 +67,7 @@ makeinstall_target() {
libGLES \
libgnutls \
libgbm \
libgomp \
libidn2 \
libnettle \
libhogweed \

View file

@ -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>