(Android) Added Swan.emu standalone as an alternative emulator for the wonderswan and wonderswancolor systems

This commit is contained in:
Leon Styhre 2024-02-05 22:43:56 +01:00
parent 1988ad82e6
commit c4be7652b6
2 changed files with 8 additions and 0 deletions

View file

@ -149,6 +149,12 @@
<entry>com.explusalpha.Snes9xPlus/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="SWAN-EMU">
<!-- Bandai WonderSwan emulator Swan.emu -->
<rule type="androidpackage">
<entry>com.explusalpha.SwanEmu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="YUZU">
<!-- Nintendo Switch emulator Yuzu -->
<rule type="androidpackage">

View file

@ -1854,6 +1854,7 @@
<path>%ROMPATH%/wonderswan</path>
<extension>.pc2 .PC2 .ws .WS .7z .7Z .zip .ZIP</extension>
<command label="Beetle Cygne">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=mednafen_wswan_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Swan.emu (Standalone)">%EMULATOR_SWAN-EMU% %DATA%=%ROMPROVIDER%</command>
<platform>wonderswan</platform>
<theme>wonderswan</theme>
</system>
@ -1863,6 +1864,7 @@
<path>%ROMPATH%/wonderswancolor</path>
<extension>.pc2 .PC2 .ws .WS .wsc .WSC .7z .7Z .zip .ZIP</extension>
<command label="Beetle Cygne">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=mednafen_wswan_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="Swan.emu (Standalone)">%EMULATOR_SWAN-EMU% %DATA%=%ROMPROVIDER%</command>
<platform>wonderswancolor</platform>
<theme>wonderswancolor</theme>
</system>