Added NooDS standalone as an alternative emulator for the gba and nds systems on Android, Linux and Windows

This commit is contained in:
Leon Styhre 2024-06-20 12:17:25 +02:00
parent aa3eaf69aa
commit b8e3656547
10 changed files with 44 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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