mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Made 'Valve Steam' a separate platform.
This commit is contained in:
parent
1338e4467b
commit
5248ece0c2
|
@ -105,6 +105,7 @@ namespace PlatformIds
|
|||
"snes", // Nintendo SNES (Super Nintendo)
|
||||
"solarus", // Solarus game engine
|
||||
"spectravideo", // Spectravideo
|
||||
"steam", // Valve Steam
|
||||
"stratagus", // Stratagus game engine
|
||||
"sufami", // Bandai SuFami Turbo
|
||||
"supergrafx", // NEC SuperGrafx
|
||||
|
|
|
@ -105,6 +105,7 @@ namespace PlatformIds
|
|||
SUPER_NINTENDO,
|
||||
GAMEENGINE_SOLARUS,
|
||||
SPECTRAVIDEO,
|
||||
VALVE_STEAM,
|
||||
GAMEENGINE_STRATAGUS,
|
||||
BANDAI_SUFAMI_TURBO,
|
||||
NEC_SUPERGRAFX,
|
||||
|
|
|
@ -83,6 +83,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
|
|||
{ BANDAI_SUFAMI_TURBO, "6" },
|
||||
{ DOS, "1" },
|
||||
{ PC, "1" },
|
||||
{ VALVE_STEAM, "1" },
|
||||
{ NEC_PCFX, "4930" },
|
||||
{ SEGA_32X, "33" },
|
||||
{ SEGA_CD, "21" },
|
||||
|
|
|
@ -83,6 +83,7 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
|
|||
{ BANDAI_SUFAMI_TURBO, 108 },
|
||||
{ DOS, 135 },
|
||||
{ PC, 135 },
|
||||
{ VALVE_STEAM, 135 },
|
||||
{ NEC_PCFX, 72 },
|
||||
{ GAMEENGINE_OPENBOR, 214 },
|
||||
{ TANGERINE_ORIC, 131 },
|
||||
|
|
|
@ -1015,7 +1015,7 @@
|
|||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -1015,7 +1015,7 @@
|
|||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -1015,7 +1015,7 @@
|
|||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh .csh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -1015,7 +1015,7 @@
|
|||
<path>%ROMPATH%\steam</path>
|
||||
<extension>.bat .ps1</extension>
|
||||
<command>%ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
Loading…
Reference in a new issue