mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Changed the ScreenScraper system ID from pc to moonlight for the steam and epic systems.
This commit is contained in:
parent
c18fcd0035
commit
b2f70971ef
|
@ -89,7 +89,7 @@ namespace
|
||||||
{BANDAI_SUFAMI_TURBO, 108},
|
{BANDAI_SUFAMI_TURBO, 108},
|
||||||
{DOS, 135},
|
{DOS, 135},
|
||||||
{PC, 135},
|
{PC, 135},
|
||||||
{VALVE_STEAM, 135},
|
{VALVE_STEAM, 138},
|
||||||
{NEC_PCFX, 72},
|
{NEC_PCFX, 72},
|
||||||
{GAMEENGINE_PICO8, 234},
|
{GAMEENGINE_PICO8, 234},
|
||||||
{PHILIPS_CDI, 133},
|
{PHILIPS_CDI, 133},
|
||||||
|
|
|
@ -379,7 +379,7 @@
|
||||||
<path>%ROMPATH%/epic</path>
|
<path>%ROMPATH%/epic</path>
|
||||||
<extension>.sh</extension>
|
<extension>.sh</extension>
|
||||||
<command>%EMULATOR_OS-SHELL% %ROM%</command>
|
<command>%EMULATOR_OS-SHELL% %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>moonlight</platform>
|
||||||
<theme>epic</theme>
|
<theme>epic</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
|
@ -379,7 +379,7 @@
|
||||||
<path>%ROMPATH%/epic</path>
|
<path>%ROMPATH%/epic</path>
|
||||||
<extension>.sh</extension>
|
<extension>.sh</extension>
|
||||||
<command>%EMULATOR_OS-SHELL% %ROM%</command>
|
<command>%EMULATOR_OS-SHELL% %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>moonlight</platform>
|
||||||
<theme>epic</theme>
|
<theme>epic</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
|
@ -379,7 +379,7 @@
|
||||||
<path>%ROMPATH%\epic</path>
|
<path>%ROMPATH%\epic</path>
|
||||||
<extension>.bat .BAT</extension>
|
<extension>.bat .BAT</extension>
|
||||||
<command>%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
<command>%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>moonlight</platform>
|
||||||
<theme>epic</theme>
|
<theme>epic</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
Loading…
Reference in a new issue