mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
As the comment above this code section states, the only reason we accept 1,2,3 here is for backward compatibility. 4 and 5 never were legal values, hence they shouldn't be detected
svn-id: r14015
This commit is contained in:
parent
86af05599b
commit
55ad317aad
@ -189,10 +189,6 @@ Platform parsePlatform(const String &str) {
|
||||
return kPlatformAtariST;
|
||||
else if (!strcmp(s, "3"))
|
||||
return kPlatformMacintosh;
|
||||
else if (!strcmp(s, "4"))
|
||||
return kPlatformFMTowns;
|
||||
else if (!strcmp(s, "5"))
|
||||
return kPlatformWindows;
|
||||
|
||||
const PlatformDescription *l = g_platforms;
|
||||
for (; l->code; ++l) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user