feat: Implemented emulator installation
feat: Updated romm API version feat: Updated es-de rules feat: Added tabs to game details refactor: returned to global query definitions to help with typescript performance
This commit is contained in:
parent
cf6fff6fac
commit
3750e9ed8f
103 changed files with 4888 additions and 1632 deletions
BIN
vendors/es-de/emulators.darwin.x64.sqlite
vendored
BIN
vendors/es-de/emulators.darwin.x64.sqlite
vendored
Binary file not shown.
BIN
vendors/es-de/emulators.haiku.x64.sqlite
vendored
BIN
vendors/es-de/emulators.haiku.x64.sqlite
vendored
Binary file not shown.
BIN
vendors/es-de/emulators.linux.arm.sqlite
vendored
BIN
vendors/es-de/emulators.linux.arm.sqlite
vendored
Binary file not shown.
BIN
vendors/es-de/emulators.linux.x64.sqlite
vendored
BIN
vendors/es-de/emulators.linux.x64.sqlite
vendored
Binary file not shown.
BIN
vendors/es-de/emulators.win32.x64.sqlite
vendored
BIN
vendors/es-de/emulators.win32.x64.sqlite
vendored
Binary file not shown.
25
vendors/es-de/systems/android/es_find_rules.xml
vendored
25
vendors/es-de/systems/android/es_find_rules.xml
vendored
|
|
@ -36,6 +36,13 @@
|
|||
<entry>come.nanodata.armsx2.debug/kr.co.iefriends.pcsx2.MainActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="AX360E">
|
||||
<!-- Microsoft Xbox 360 emulator aX360e -->
|
||||
<rule type="androidpackage">
|
||||
<entry>aenu.ax360e/aenu.ax360e.EmulatorActivity</entry>
|
||||
<entry>aenu.ax360e.free/aenu.ax360e.EmulatorActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="AZAHAR">
|
||||
<!-- Nintendo 3DS emulator Azahar -->
|
||||
<rule type="androidpackage">
|
||||
|
|
@ -372,6 +379,12 @@
|
|||
<entry>com.PceEmu/com.imagine.BaseActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PICO-8">
|
||||
<!-- PICO-8 Fantasy Console (game engine) -->
|
||||
<rule type="androidpackage">
|
||||
<entry>io.wip.pico8/com.godot.game.GodotAppLauncher</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PIZZA-BOY-GBA">
|
||||
<!-- Nintendo Game Boy Advance emulator Pizza Boy GBA -->
|
||||
<rule type="androidpackage">
|
||||
|
|
@ -462,6 +475,12 @@
|
|||
<entry>com.fms.speccy/com.fms.emulib.TVActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SUPER3">
|
||||
<!-- Sega Model 3 emulator SUPER3 -->
|
||||
<rule type="androidpackage">
|
||||
<entry>com.izzy2lost.super3/com.izzy2lost.super3.MainActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SWAN-EMU">
|
||||
<!-- Bandai WonderSwan emulator Swan.emu -->
|
||||
<rule type="androidpackage">
|
||||
|
|
@ -513,6 +532,12 @@
|
|||
<entry>com.cmodded.winlator/com.winlator.XServerDisplayActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="X1-BOX">
|
||||
<!-- Microsoft Xbox emulator X1 BOX -->
|
||||
<rule type="androidpackage">
|
||||
<entry>com.izzy2lost.x1box/.LauncherActivity</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="YABASANSHIRO-2">
|
||||
<!-- Sega Saturn emulator Yaba Sanshiro 2 -->
|
||||
<rule type="androidpackage">
|
||||
|
|
|
|||
19
vendors/es-de/systems/android/es_systems.xml
vendored
19
vendors/es-de/systems/android/es_systems.xml
vendored
|
|
@ -387,6 +387,7 @@
|
|||
<command label="Flycast">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=%EXTERNALDATA%/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=%INTERNALDATA%/%ANDROIDPACKAGE%/cores/flycast_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<command label="Play! (Standalone)">%EMULATOR_PLAY!% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% %ACTION%=android.intent.action.MAIN %CATEGORY%=android.intent.category.LEANBACK_LAUNCHER %EXTRA_AutoStartFile%=%ROMSAF%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>consolearcade</theme>
|
||||
</system>
|
||||
|
|
@ -1060,6 +1061,7 @@
|
|||
<fullname>Sega Model 3</fullname>
|
||||
<path>%ROMPATH%/model3</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command label="SUPER3 (Standalone)">%EMULATOR_SUPER3% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<command label="MAME - Current">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=%EXTERNALDATA%/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=%INTERNALDATA%/%ANDROIDPACKAGE%/cores/mamearcade_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="MAME4droid Current (Standalone)">%EMULATOR_MAME4DROID-CURRENT% %ACTION%=android.intent.action.VIEW %EXTRA_cli_params%="-rompath '%GAMEDIRRAW%;%ROMPATHRAW%/model3'" %DATA%=%ROMPROVIDER%</command>
|
||||
<platform>arcade</platform>
|
||||
|
|
@ -1426,6 +1428,7 @@
|
|||
<fullname>PICO-8 Fantasy Console</fullname>
|
||||
<path>%ROMPATH%/pico8</path>
|
||||
<extension>.p8 .P8 .png .PNG</extension>
|
||||
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% %DATA%=%ROMSAF%</command>
|
||||
<command label="Fake-08">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=%EXTERNALDATA%/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=%INTERNALDATA%/%ANDROIDPACKAGE%/cores/fake08_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="Retro8">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=%EXTERNALDATA%/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=%INTERNALDATA%/%ANDROIDPACKAGE%/cores/retro8_libretro_android.so %EXTRA_ROM%=%ROM%</command>
|
||||
<command label="Infinity (Standalone)">%EMULATOR_INFINITY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMPROVIDER%</command>
|
||||
|
|
@ -1764,7 +1767,7 @@
|
|||
<name>steam</name>
|
||||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.steam</extension>
|
||||
<extension>.pcgame .steam</extension>
|
||||
<command label="GameNative (Standalone)">%EMULATOR_GAMENATIVE% %ACTION%=app.gamenative.LAUNCH_GAME %EXTRAINTEGER_app_id%=%INJECT%=%ROM%</command>
|
||||
<command label="GameHub Lite (Standalone)">%EMULATOR_GAMEHUB-LITE% %ACTION%=gamehub.lite.LAUNCH_GAME %EXTRABOOL_autoStartGame%=true %EXTRA_steamAppId%=%INJECT%=%ROM% %EXTRA_localGameId%=%INJECT%=%ROM%</command>
|
||||
<command label="GameHub Lite Local (Standalone)">%EMULATOR_GAMEHUB-LITE% %ACTION%=gamehub.lite.LAUNCH_GAME %EXTRABOOL_autoStartGame%=true %EXTRA_localGameId%=%INJECT%=%ROM%</command>
|
||||
|
|
@ -1914,8 +1917,8 @@
|
|||
<name>triforce</name>
|
||||
<fullname>Namco-Sega-Nintendo Triforce</fullname>
|
||||
<path>%ROMPATH%/triforce</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% %ACTION%=android.intent.action.MAIN %CATEGORY%=android.intent.category.LEANBACK_LAUNCHER %EXTRA_AutoStartFile%=%ROMSAF%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>triforce</theme>
|
||||
</system>
|
||||
|
|
@ -2048,7 +2051,7 @@
|
|||
<name>windows</name>
|
||||
<fullname>Microsoft Windows</fullname>
|
||||
<path>%ROMPATH%/windows</path>
|
||||
<extension>.desktop .steam</extension>
|
||||
<extension>.desktop .epic .gog .pcgame .steam</extension>
|
||||
<command label="Winlator Cmod (Standalone)">%EMULATOR_WINLATOR-CMOD% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
|
||||
<command label="Winlator Cmod Glibc (Standalone)">%EMULATOR_WINLATOR-GLIBC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
|
||||
<command label="Winlator Cmod PRoot (Standalone)">%EMULATOR_WINLATOR-PROOT% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
|
||||
|
|
@ -2121,8 +2124,8 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.iso .ISO .xiso .XISO</extension>
|
||||
<command label="X1 BOX (Standalone)">%EMULATOR_X1-BOX% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
</system>
|
||||
|
|
@ -2130,8 +2133,8 @@
|
|||
<name>xbox360</name>
|
||||
<fullname>Microsoft Xbox 360</fullname>
|
||||
<path>%ROMPATH%/xbox360</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>. .iso .ISO .xex .XEX .zar .ZAR</extension>
|
||||
<command label="aX360e (Standalone)">%EMULATOR_AX360E% %ACTION%=aenu.intent.action.AX360E %EXTRA_game_uri%=%ROMSAF%</command>
|
||||
<platform>xbox360</platform>
|
||||
<theme>xbox360</theme>
|
||||
</system>
|
||||
|
|
|
|||
4
vendors/es-de/systems/linux/es_systems.xml
vendored
4
vendors/es-de/systems/linux/es_systems.xml
vendored
|
|
@ -439,6 +439,7 @@
|
|||
<command label="Play! Disc (Standalone)">%EMULATOR_PLAY!% --fullscreen --disc %ROM%</command>
|
||||
<command label="RPCS3 Shortcut (Standalone)">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="RPCS3 Game Serial (Standalone)">%EMULATOR_RPCS3% --no-gui %RPCS3_GAMEID%:%INJECT%=%BASENAME%.ps3</command>
|
||||
<command label="Dolphin (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="Triforce (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_TRIFORCE% -b -e %ROM%</command>
|
||||
<command label="xemu (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
|
|
@ -2141,6 +2142,7 @@
|
|||
<fullname>Namco-Sega-Nintendo Triforce</fullname>
|
||||
<path>%ROMPATH%/triforce</path>
|
||||
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Dolphin (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="Triforce (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_TRIFORCE% -b -e %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>triforce</theme>
|
||||
|
|
@ -2373,7 +2375,7 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.iso .ISO</extension>
|
||||
<extension>.iso .ISO .xiso .XISO</extension>
|
||||
<command label="xemu (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
|
|
|
|||
|
|
@ -2244,7 +2244,7 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.iso .ISO</extension>
|
||||
<extension>.iso .ISO .xiso .XISO</extension>
|
||||
<command label="xemu (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
|
|
|
|||
5
vendors/es-de/systems/macos/es_systems.xml
vendored
5
vendors/es-de/systems/macos/es_systems.xml
vendored
|
|
@ -421,6 +421,7 @@
|
|||
<command label="Play! Disc (Standalone)">%EMULATOR_PLAY!% --fullscreen --disc %ROM%</command>
|
||||
<command label="RPCS3 Shortcut (Standalone)">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="RPCS3 Game Serial (Standalone)">%EMULATOR_RPCS3% --no-gui %RPCS3_GAMEID%:%INJECT%=%BASENAME%.ps3</command>
|
||||
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="xemu (Standalone)">%EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
|
|
@ -2005,7 +2006,7 @@
|
|||
<fullname>Namco-Sega-Nintendo Triforce</fullname>
|
||||
<path>%ROMPATH%/triforce</path>
|
||||
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>triforce</theme>
|
||||
</system>
|
||||
|
|
@ -2218,7 +2219,7 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.iso .ISO</extension>
|
||||
<extension>.iso .ISO .xiso .XISO</extension>
|
||||
<command label="xemu (Standalone)">%EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
|
|
|
|||
4
vendors/es-de/systems/unix/es_systems.xml
vendored
4
vendors/es-de/systems/unix/es_systems.xml
vendored
|
|
@ -424,6 +424,7 @@
|
|||
<command label="Mednafen [Sega Saturn] (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
|
||||
<command label="RPCS3 Shortcut (Standalone)">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="RPCS3 Game Serial (Standalone)">%EMULATOR_RPCS3% --no-gui %RPCS3_GAMEID%:%INJECT%=%BASENAME%.ps3</command>
|
||||
<command label="Dolphin (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="Triforce (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_TRIFORCE% -b -e %ROM%</command>
|
||||
<command label="xemu (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
|
|
@ -2060,6 +2061,7 @@
|
|||
<fullname>Namco-Sega-Nintendo Triforce</fullname>
|
||||
<path>%ROMPATH%/triforce</path>
|
||||
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Dolphin (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="Triforce (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_TRIFORCE% -b -e %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>triforce</theme>
|
||||
|
|
@ -2277,7 +2279,7 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.iso .ISO</extension>
|
||||
<extension>.iso .ISO .xiso .XISO</extension>
|
||||
<command label="xemu (Standalone)">%INJECT%=%BASENAME%.esprefix %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
|
|
|
|||
6
vendors/es-de/systems/windows/es_systems.xml
vendored
6
vendors/es-de/systems/windows/es_systems.xml
vendored
|
|
@ -437,6 +437,7 @@
|
|||
<command label="Play! Disc (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_PLAY!% --fullscreen --disc %ROM%</command>
|
||||
<command label="RPCS3 Shortcut (Standalone)">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<command label="RPCS3 Game Serial (Standalone)">%EMULATOR_RPCS3% --no-gui %RPCS3_GAMEID%:%INJECT%=%BASENAME%.ps3</command>
|
||||
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="Triforce (Standalone)">%EMULATOR_TRIFORCE% -b -e %ROM%</command>
|
||||
<command label="xemu (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<command label="Cxbx-Reloaded (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_CXBX-RELOADED% %ROM%</command>
|
||||
|
|
@ -1642,7 +1643,7 @@
|
|||
<name>ps3</name>
|
||||
<fullname>Sony PlayStation 3</fullname>
|
||||
<path>%ROMPATH%\ps3</path>
|
||||
<extension>.lnk .LNK .ps3 .PS3 .ps3dir .PS3DIR</extension>
|
||||
<extension>.lnk .LNK .ps3 .PS3 .ps3dir .PS3DIR .iso .ISO</extension>
|
||||
<command label="RPCS3 Shortcut (Standalone)">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<command label="RPCS3 Game Serial (Standalone)">%EMULATOR_RPCS3% --no-gui %RPCS3_GAMEID%:%INJECT%=%BASENAME%.ps3</command>
|
||||
<command label="RPCS3 Directory (Standalone)">%EMULATOR_RPCS3% --no-gui %ROM%</command>
|
||||
|
|
@ -2132,6 +2133,7 @@
|
|||
<fullname>Namco-Sega-Nintendo Triforce</fullname>
|
||||
<path>%ROMPATH%\triforce</path>
|
||||
<extension>.ciso .CISO .dff .DFF .dol .DOL .elf .ELF .gcm .GCM .gcz .GCZ .iso .ISO .json .JSON .m3u .M3U .rvz .RVZ .tgc .TGC .wad .WAD .wbfs .WBFS .wia .WIA .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Dolphin (Standalone)">%EMULATOR_DOLPHIN% -b -e %ROM%</command>
|
||||
<command label="Triforce (Standalone)">%EMULATOR_TRIFORCE% -b -e %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>triforce</theme>
|
||||
|
|
@ -2353,7 +2355,7 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%\xbox</path>
|
||||
<extension>.iso .ISO .xbe .XBE</extension>
|
||||
<extension>.iso .ISO .xbe .XBE .xiso .XISO</extension>
|
||||
<command label="xemu (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_XEMU% -dvd_path %ROM%</command>
|
||||
<command label="Cxbx-Reloaded (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_CXBX-RELOADED% %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue