Made 'Valve Steam' a separate platform.

This commit is contained in:
Leon Styhre 2021-03-24 19:44:36 +01:00
parent 1338e4467b
commit 5248ece0c2
8 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -105,6 +105,7 @@ namespace PlatformIds
SUPER_NINTENDO,
GAMEENGINE_SOLARUS,
SPECTRAVIDEO,
VALVE_STEAM,
GAMEENGINE_STRATAGUS,
BANDAI_SUFAMI_TURBO,
NEC_SUPERGRAFX,

View file

@ -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" },

View file

@ -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 },

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>