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:
Eugene Sandulenko 2005-10-14 02:50:05 +00:00
parent 7af9ece552
commit 05457402f5
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -138,7 +138,8 @@ enum Platform {
kPlatformFMTowns = 4,
kPlatformWindows = 5,
kPlatformNES = 6,
kPlatformC64 = 7
kPlatformC64 = 7,
kPlatformLinux = 8
/*
kPlatformSEGA,
kPlatformPCEngine