mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Added Linux platform. Now it is used by some ITE version and is required
for proper game identification (21 subtle distinct versions of same game which still require individual flags is not a joke) cvs: ---------------------------------------------------------------------- svn-id: r19073
This commit is contained in:
parent
7af9ece552
commit
05457402f5
@ -174,6 +174,7 @@ const PlatformDescription g_platforms[] = {
|
||||
// "FM TOWNS", "FmTowns", etc.
|
||||
{"fmtowns", "towns", "FM-TOWNS", kPlatformFMTowns},
|
||||
|
||||
{"linux", "linux", "Linux", kPlatformLinux},
|
||||
{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
|
||||
{"nes", "nes", "NES", kPlatformNES},
|
||||
{"pc", "dos", "DOS", kPlatformPC},
|
||||
|
@ -138,7 +138,8 @@ enum Platform {
|
||||
kPlatformFMTowns = 4,
|
||||
kPlatformWindows = 5,
|
||||
kPlatformNES = 6,
|
||||
kPlatformC64 = 7
|
||||
kPlatformC64 = 7,
|
||||
kPlatformLinux = 8
|
||||
/*
|
||||
kPlatformSEGA,
|
||||
kPlatformPCEngine
|
||||
|
Loading…
x
Reference in New Issue
Block a user