mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +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},
|
||||
{DOS, 135},
|
||||
{PC, 135},
|
||||
{VALVE_STEAM, 135},
|
||||
{VALVE_STEAM, 138},
|
||||
{NEC_PCFX, 72},
|
||||
{GAMEENGINE_PICO8, 234},
|
||||
{PHILIPS_CDI, 133},
|
||||
|
|
|
@ -379,7 +379,7 @@
|
|||
<path>%ROMPATH%/epic</path>
|
||||
<extension>.sh</extension>
|
||||
<command>%EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>moonlight</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -379,7 +379,7 @@
|
|||
<path>%ROMPATH%/epic</path>
|
||||
<extension>.sh</extension>
|
||||
<command>%EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>moonlight</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -379,7 +379,7 @@
|
|||
<path>%ROMPATH%\epic</path>
|
||||
<extension>.bat .BAT</extension>
|
||||
<command>%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>moonlight</platform>
|
||||
<theme>epic</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
Loading…
Reference in a new issue