mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Added support for the new Lime3DS binary names on Linux, macOS and Windows
This commit is contained in:
parent
e69210204f
commit
f48e68c5e9
|
@ -82,7 +82,7 @@ Emulators\gopher2600\gopher2600_windows_amd64.exe
|
|||
Emulators\hatari\hatari.exe
|
||||
Emulators\Hypseus Singe\hypseus.exe
|
||||
Emulators\KEmulator\KEmulator.exe
|
||||
Emulators\lime3ds\lime3ds-gui.exe
|
||||
Emulators\lime3ds\lime3ds.exe
|
||||
Emulators\m2emulator\EMULATOR.EXE
|
||||
Emulators\mame\mame.exe
|
||||
Emulators\mednafen\mednafen.exe
|
||||
|
|
|
@ -484,10 +484,15 @@
|
|||
<emulator name="LIME3DS">
|
||||
<!-- Nintendo 3DS emulator Lime3DS -->
|
||||
<rule type="systempath">
|
||||
<entry>lime3ds</entry>
|
||||
<entry>lime3ds-gui</entry>
|
||||
<entry>lime-qt</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/lime3ds.AppImage</entry>
|
||||
<entry>~/.local/share/applications/lime3ds.AppImage</entry>
|
||||
<entry>~/.local/bin/lime3ds.AppImage</entry>
|
||||
<entry>~/bin/lime3ds.AppImage</entry>
|
||||
<entry>~/Applications/lime3ds-gui*.AppImage</entry>
|
||||
<entry>~/.local/share/applications/lime3ds-gui*.AppImage</entry>
|
||||
<entry>~/.local/bin/lime3ds-gui*.AppImage</entry>
|
||||
|
@ -496,6 +501,10 @@
|
|||
<entry>~/.local/share/applications/lime-qt*.AppImage</entry>
|
||||
<entry>~/.local/bin/lime-qt*.AppImage</entry>
|
||||
<entry>~/bin/lime-qt*.AppImage</entry>
|
||||
<entry>~/Applications/lime3ds*.AppImage</entry>
|
||||
<entry>~/.local/share/applications/lime3ds*.AppImage</entry>
|
||||
<entry>~/.local/bin/lime3ds*.AppImage</entry>
|
||||
<entry>~/bin/lime3ds*.AppImage</entry>
|
||||
<entry>/var/lib/flatpak/exports/bin/io.github.lime3ds.Lime3DS</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/io.github.lime3ds.Lime3DS</entry>
|
||||
</rule>
|
||||
|
|
|
@ -169,6 +169,7 @@
|
|||
<emulator name="LIME3DS">
|
||||
<!-- Nintendo 3DS emulator Lime3DS -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/lime3ds.app/Contents/MacOS/lime3ds</entry>
|
||||
<entry>/Applications/lime3ds-gui.app/Contents/MacOS/lime3ds-gui</entry>
|
||||
<entry>/Applications/lime-qt.app/Contents/MacOS/lime-qt</entry>
|
||||
</rule>
|
||||
|
|
|
@ -425,10 +425,13 @@
|
|||
<emulator name="LIME3DS">
|
||||
<!-- Nintendo 3DS emulator Lime3DS -->
|
||||
<rule type="systempath">
|
||||
<entry>lime3ds.exe</entry>
|
||||
<entry>lime3ds-gui.exe</entry>
|
||||
<entry>lime-qt.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\lime3ds\lime3ds.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\lime3ds\lime3ds.exe</entry>
|
||||
<entry>%ESPATH%\Emulators\lime3ds\lime3ds-gui.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\lime3ds\lime3ds-gui.exe</entry>
|
||||
<entry>%ESPATH%\Emulators\lime-qt\lime-qt.exe</entry>
|
||||
|
|
Loading…
Reference in a new issue