mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Added NooDS standalone as an alternative emulator for the gba and nds systems on Android, Linux and Windows
This commit is contained in:
parent
aa3eaf69aa
commit
b8e3656547
|
@ -90,6 +90,7 @@ Emulators\melonDS\melonDS.exe
|
|||
Emulators\Mesen\Mesen.exe
|
||||
Emulators\mGBA\mGBA.exe
|
||||
Emulators\mupen64plus\mupen64plus-ui-console.exe
|
||||
Emulators\noods\noods.exe
|
||||
Emulators\openMSX\openmsx.exe
|
||||
Emulators\Oricutron\oricutron.exe
|
||||
Emulators\Panda3DS\Alber.exe
|
||||
|
|
|
@ -256,6 +256,12 @@
|
|||
<entry>com.explusalpha.NgpEmu/com.imagine.BaseActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="NOODS">
|
||||
<!-- Nintendo DS and Game Boy Advance emulator NooDS -->
|
||||
<rule type="androidpackage">
|
||||
<entry>com.hydra.noods/.FileBrowser</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="OPENBOR">
|
||||
<!-- OpenBOR Game Engine -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
@ -736,6 +736,7 @@
|
|||
<command label="gpSP">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=gpsp_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="GBA.emu (Standalone)">%EMULATOR_GBA-EMU% %DATA%=%ROMPROVIDER%</command>
|
||||
<command label="My Boy! (Standalone)">%EMULATOR_MY-BOY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<command label="NooDS (Standalone)">%EMULATOR_NOODS% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_LaunchPath%=%ROM%</command>
|
||||
<command label="Pizza Boy GBA (Standalone)">%EMULATOR_PIZZA-BOY-GBA% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_rom_uri%=%ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
|
@ -1178,6 +1179,7 @@
|
|||
<command label="DeSmuME">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=desmume_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=desmume2015_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="DraStic (Standalone)">%EMULATOR_DRASTIC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %DATA%=%ROMSAF%</command>
|
||||
<command label="NooDS (Standalone)">%EMULATOR_NOODS% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_LaunchPath%=%ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
|
@ -604,6 +604,12 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/ca._0ldsk00l.Nestopia</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="NOODS">
|
||||
<!-- Nintendo DS and Game Boy Advance emulator NooDS -->
|
||||
<rule type="systempath">
|
||||
<entry>noods</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="OPENMSX">
|
||||
<!-- MSX home computer emulator openMSX -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -821,6 +821,7 @@
|
|||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module gba %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Advance" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<command label="NooDS (Standalone)">%EMULATOR_NOODS% %ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
</system>
|
||||
|
@ -1298,6 +1299,7 @@
|
|||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume2015_libretro.so %ROM%</command>
|
||||
<command label="DeSmuME (Standalone)">%EMULATOR_DESMUME% %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<command label="NooDS (Standalone)">%EMULATOR_NOODS% %ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
|
@ -313,6 +313,12 @@
|
|||
<entry>nestopia</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="NOODS">
|
||||
<!-- Nintendo DS and Game Boy Advance emulator NooDS -->
|
||||
<rule type="systempath">
|
||||
<entry>noods</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="OPENMSX">
|
||||
<!-- MSX home computer emulator openMSX -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -803,6 +803,7 @@
|
|||
<command label="gpSP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gpsp_libretro.so %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Advance" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<command label="NooDS (Standalone)">%EMULATOR_NOODS% %ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
</system>
|
||||
|
@ -1277,6 +1278,7 @@
|
|||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume2015_libretro.so %ROM%</command>
|
||||
<command label="DeSmuME (Standalone)">%EMULATOR_DESMUME% %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<command label="NooDS (Standalone)">%EMULATOR_NOODS% %ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
|
@ -510,6 +510,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\mupen64plus\mupen64plus-ui-console.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="NOODS">
|
||||
<!-- Nintendo DS and Game Boy Advance emulator NooDS -->
|
||||
<rule type="systempath">
|
||||
<entry>noods.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\noods\noods.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\noods\noods.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="OPENMSX">
|
||||
<!-- MSX home computer emulator openMSX -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -339,6 +339,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\mupen64plus\mupen64plus-ui-console.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="NOODS">
|
||||
<!-- Nintendo DS and Game Boy Advance emulator NooDS -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\noods\noods.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\noods\noods.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="OPENMSX">
|
||||
<!-- MSX home computer emulator openMSX -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -814,6 +814,7 @@
|
|||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module gba %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Advance" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<command label="NooDS (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_NOODS% %ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
</system>
|
||||
|
@ -1293,6 +1294,7 @@
|
|||
<command label="DeSmuME">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\desmume_libretro.dll %ROM%</command>
|
||||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\desmume2015_libretro.dll %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<command label="NooDS (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_NOODS% %ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue