mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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>
|
||||
</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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue