From b0fea397ab22e3956106a3429994d794686d17e7 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 3 Mar 2007 12:59:48 +0000 Subject: Allow PC Engine version of Loom to at least start up. svn-id: r25951 --- common/util.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/util.cpp') diff --git a/common/util.cpp b/common/util.cpp index 693285ff26..bcad8696fb 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -175,6 +175,7 @@ const char *getLanguageDescription(Language id) { const PlatformDescription g_platforms[] = { + {"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS }, {"3do", "3do", "3do", "3DO", kPlatform3DO}, {"acorn", "acorn", "acorn", "Acorn", kPlatformAcorn}, {"amiga", "ami", "amiga", "Amiga", kPlatformAmiga}, @@ -189,11 +190,11 @@ const PlatformDescription g_platforms[] = { {"linux", "linux", "linux", "Linux", kPlatformLinux}, {"macintosh", "mac", "mac", "Macintosh", kPlatformMacintosh}, + {"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine }, {"nes", "nes", "nes", "NES", kPlatformNES}, {"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD}, {"windows", "win", "win", "Windows", kPlatformWindows}, - {"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS }, {0, 0, 0, "Default", kPlatformUnknown} }; -- cgit v1.2.3