mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Added Azahar standalone as an alternative emulator for the n3ds system on Linux and Windows
This commit is contained in:
parent
5706940a07
commit
55d72ec88b
|
|
@ -51,6 +51,7 @@ Emulators\AppleWin\AppleWin.exe
|
|||
Emulators\ArcadeFlashWeb\ArcadeFlashWeb.exe
|
||||
Emulators\ares\ares.exe
|
||||
Emulators\atari800\atari800.exe
|
||||
Emulators\azahar\azahar.exe
|
||||
Emulators\BasiliskII\BasiliskII.exe
|
||||
Emulators\BeebEm\BeebEm.exe
|
||||
Emulators\BigPEmu\BigPEmu.exe
|
||||
|
|
|
|||
|
|
@ -115,6 +115,15 @@
|
|||
<entry>atari800-jz.atari800</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="AZAHAR">
|
||||
<!-- Nintendo 3DS emulator Azahar -->
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/azahar*.AppImage</entry>
|
||||
<entry>~/.local/share/applications/azahar*.AppImage</entry>
|
||||
<entry>~/.local/bin/azahar*.AppImage</entry>
|
||||
<entry>~/bin/azahar*.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BASILISKII">
|
||||
<!-- Macintosh 68k emulator Basilisk II -->
|
||||
<rule type="systempath">
|
||||
|
|
|
|||
|
|
@ -1245,6 +1245,7 @@
|
|||
<command label="Citra">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/citra_libretro.so %ROM%</command>
|
||||
<command label="Citra 2018">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/citra2018_libretro.so %ROM%</command>
|
||||
<command label="Citra (Standalone)">%EMULATOR_CITRA% %ROM%</command>
|
||||
<command label="Azahar (Standalone)">%EMULATOR_AZAHAR% %ROM%</command>
|
||||
<command label="Mandarine (Standalone)">%EMULATOR_MANDARINE% %ROM%</command>
|
||||
<command label="Lime3DS (Standalone)">%EMULATOR_LIME3DS% %ROM%</command>
|
||||
<command label="Panda3DS (Standalone)">%EMULATOR_PANDA3DS% %ROM%</command>
|
||||
|
|
|
|||
|
|
@ -52,6 +52,12 @@
|
|||
<entry>/usr/local/bin/atari800</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="AZAHAR">
|
||||
<!-- Nintendo 3DS emulator Azahar -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/azahar.app/Contents/MacOS/azahar</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BASILISKII">
|
||||
<!-- Macintosh 68k emulator Basilisk II -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
|||
|
|
@ -1174,6 +1174,7 @@
|
|||
<path>%ROMPATH%/n3ds</path>
|
||||
<extension>.3ds .3DS .3dsx .3DSX .app .APP .axf .AXF .cci .CCI .cxi .CXI .elf .ELF .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Citra (Standalone)">%EMULATOR_CITRA% %ROM%</command>
|
||||
<command label="Azahar (Standalone)">%EMULATOR_AZAHAR% %ROM%</command>
|
||||
<command label="Mandarine (Standalone)">%EMULATOR_MANDARINE% %ROM%</command>
|
||||
<command label="Lime3DS (Standalone)">%EMULATOR_LIME3DS% %ROM%</command>
|
||||
<command label="Panda3DS (Standalone)">%EMULATOR_PANDA3DS% %ROM%</command>
|
||||
|
|
|
|||
|
|
@ -135,6 +135,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\atari800\atari800.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="AZAHAR">
|
||||
<!-- Nintendo 3DS emulator Azahar -->
|
||||
<rule type="systempath">
|
||||
<entry>azahar.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\azahar\azahar.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\azahar\azahar.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BASILISKII">
|
||||
<!-- Macintosh 68k emulator Basilisk II -->
|
||||
<rule type="systempath">
|
||||
|
|
|
|||
|
|
@ -86,6 +86,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\atari800\atari800.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="AZAHAR">
|
||||
<!-- Nintendo 3DS emulator Azahar -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\azahar\azahar.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\azahar\azahar.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="BASILISKII">
|
||||
<!-- Macintosh 68k emulator Basilisk II -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
|||
|
|
@ -1238,6 +1238,7 @@
|
|||
<command label="Citra">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\citra_libretro.dll %ROM%</command>
|
||||
<command label="Citra 2018">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\citra2018_libretro.dll %ROM%</command>
|
||||
<command label="Citra (Standalone)">%EMULATOR_CITRA% %ROM%</command>
|
||||
<command label="Azahar (Standalone)">%EMULATOR_AZAHAR% %ROM%</command>
|
||||
<command label="Mandarine (Standalone)">%EMULATOR_MANDARINE% %ROM%</command>
|
||||
<command label="Lime3DS (Standalone)">%EMULATOR_LIME3DS% %ROM%</command>
|
||||
<command label="Panda3DS (Standalone)">%EMULATOR_PANDA3DS% %ROM%</command>
|
||||
|
|
|
|||
Loading…
Reference in a new issue