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)
|
"snes", // Nintendo SNES (Super Nintendo)
|
||||||
"solarus", // Solarus game engine
|
"solarus", // Solarus game engine
|
||||||
"spectravideo", // Spectravideo
|
"spectravideo", // Spectravideo
|
||||||
|
"steam", // Valve Steam
|
||||||
"stratagus", // Stratagus game engine
|
"stratagus", // Stratagus game engine
|
||||||
"sufami", // Bandai SuFami Turbo
|
"sufami", // Bandai SuFami Turbo
|
||||||
"supergrafx", // NEC SuperGrafx
|
"supergrafx", // NEC SuperGrafx
|
||||||
|
|
|
@ -105,6 +105,7 @@ namespace PlatformIds
|
||||||
SUPER_NINTENDO,
|
SUPER_NINTENDO,
|
||||||
GAMEENGINE_SOLARUS,
|
GAMEENGINE_SOLARUS,
|
||||||
SPECTRAVIDEO,
|
SPECTRAVIDEO,
|
||||||
|
VALVE_STEAM,
|
||||||
GAMEENGINE_STRATAGUS,
|
GAMEENGINE_STRATAGUS,
|
||||||
BANDAI_SUFAMI_TURBO,
|
BANDAI_SUFAMI_TURBO,
|
||||||
NEC_SUPERGRAFX,
|
NEC_SUPERGRAFX,
|
||||||
|
|
|
@ -83,6 +83,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
|
||||||
{ BANDAI_SUFAMI_TURBO, "6" },
|
{ BANDAI_SUFAMI_TURBO, "6" },
|
||||||
{ DOS, "1" },
|
{ DOS, "1" },
|
||||||
{ PC, "1" },
|
{ PC, "1" },
|
||||||
|
{ VALVE_STEAM, "1" },
|
||||||
{ NEC_PCFX, "4930" },
|
{ NEC_PCFX, "4930" },
|
||||||
{ SEGA_32X, "33" },
|
{ SEGA_32X, "33" },
|
||||||
{ SEGA_CD, "21" },
|
{ SEGA_CD, "21" },
|
||||||
|
|
|
@ -83,6 +83,7 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
|
||||||
{ BANDAI_SUFAMI_TURBO, 108 },
|
{ BANDAI_SUFAMI_TURBO, 108 },
|
||||||
{ DOS, 135 },
|
{ DOS, 135 },
|
||||||
{ PC, 135 },
|
{ PC, 135 },
|
||||||
|
{ VALVE_STEAM, 135 },
|
||||||
{ NEC_PCFX, 72 },
|
{ NEC_PCFX, 72 },
|
||||||
{ GAMEENGINE_OPENBOR, 214 },
|
{ GAMEENGINE_OPENBOR, 214 },
|
||||||
{ TANGERINE_ORIC, 131 },
|
{ TANGERINE_ORIC, 131 },
|
||||||
|
|
|
@ -1015,7 +1015,7 @@
|
||||||
<path>%ROMPATH%/steam</path>
|
<path>%ROMPATH%/steam</path>
|
||||||
<extension>.sh .csh</extension>
|
<extension>.sh .csh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>bash %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>steam</platform>
|
||||||
<theme>steam</theme>
|
<theme>steam</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
|
@ -1015,7 +1015,7 @@
|
||||||
<path>%ROMPATH%/steam</path>
|
<path>%ROMPATH%/steam</path>
|
||||||
<extension>.sh .csh</extension>
|
<extension>.sh .csh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>bash %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>steam</platform>
|
||||||
<theme>steam</theme>
|
<theme>steam</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
|
@ -1015,7 +1015,7 @@
|
||||||
<path>%ROMPATH%/steam</path>
|
<path>%ROMPATH%/steam</path>
|
||||||
<extension>.sh .csh</extension>
|
<extension>.sh .csh</extension>
|
||||||
<command>bash %ROM%</command>
|
<command>bash %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>steam</platform>
|
||||||
<theme>steam</theme>
|
<theme>steam</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
|
@ -1015,7 +1015,7 @@
|
||||||
<path>%ROMPATH%\steam</path>
|
<path>%ROMPATH%\steam</path>
|
||||||
<extension>.bat .ps1</extension>
|
<extension>.bat .ps1</extension>
|
||||||
<command>%ROM%</command>
|
<command>%ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>steam</platform>
|
||||||
<theme>steam</theme>
|
<theme>steam</theme>
|
||||||
</system>
|
</system>
|
||||||
<system>
|
<system>
|
||||||
|
|
Loading…
Reference in a new issue