From 9e4502684cfdd0f447e25356388abb27872d2bc3 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 14 Jan 2007 17:05:43 +0000 Subject: Added: - engines location auto-detection - Apple IIgs platform svn-id: r25080 --- backends/platform/PalmOS/Src/launcher/games.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'backends/platform/PalmOS/Src/launcher/games.cpp') diff --git a/backends/platform/PalmOS/Src/launcher/games.cpp b/backends/platform/PalmOS/Src/launcher/games.cpp index 09d961e631..c5151cf899 100644 --- a/backends/platform/PalmOS/Src/launcher/games.cpp +++ b/backends/platform/PalmOS/Src/launcher/games.cpp @@ -69,7 +69,8 @@ static Err GamUpdateList() { MemSet(&gitCur, sizeof(GameInfoType), 0); - if (version == itemVersion_355 || + if (version == itemVersion_356 || + version == itemVersion_355 || version == itemVersion_354 || version == itemVersion_353 || version == itemVersion_352 || @@ -198,6 +199,11 @@ static Err GamUpdateList() { gitCur.engine = ENGINE_AGOS; } + if (version <= itemVersion_356) { + if (gitCur.platform >= 3) + gitCur.platform++; + } + if (gitCur.musicInfo.volume.palm > 100) gitCur.musicInfo.volume.palm = 50; -- cgit v1.2.3