mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(Android) Added Swan.emu standalone as an alternative emulator for the wonderswan and wonderswancolor systems
This commit is contained in:
parent
1988ad82e6
commit
c4be7652b6
|
@ -149,6 +149,12 @@
|
||||||
<entry>com.explusalpha.Snes9xPlus/com.imagine.BaseActivity</entry>
|
<entry>com.explusalpha.Snes9xPlus/com.imagine.BaseActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="YUZU">
|
||||||
<!-- Nintendo Switch emulator Yuzu -->
|
<!-- Nintendo Switch emulator Yuzu -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
|
|
|
@ -1854,6 +1854,7 @@
|
||||||
<path>%ROMPATH%/wonderswan</path>
|
<path>%ROMPATH%/wonderswan</path>
|
||||||
<extension>.pc2 .PC2 .ws .WS .7z .7Z .zip .ZIP</extension>
|
<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="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>
|
<platform>wonderswan</platform>
|
||||||
<theme>wonderswan</theme>
|
<theme>wonderswan</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -1863,6 +1864,7 @@
|
||||||
<path>%ROMPATH%/wonderswancolor</path>
|
<path>%ROMPATH%/wonderswancolor</path>
|
||||||
<extension>.pc2 .PC2 .ws .WS .wsc .WSC .7z .7Z .zip .ZIP</extension>
|
<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="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>
|
<platform>wonderswancolor</platform>
|
||||||
<theme>wonderswancolor</theme>
|
<theme>wonderswancolor</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue