aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/games.h
diff options
context:
space:
mode:
authorChris Apers2003-11-28 09:21:45 +0000
committerChris Apers2003-11-28 09:21:45 +0000
commitfa2abbf4556d079695d127400d8dbe74b57d7d0e (patch)
tree0936fb2e98728f37aea0576500e8fd7342c90b12 /backends/PalmOS/Src/games.h
parent3cfeebdb1fd69939cdc97f05cf97d90674e12fe8 (diff)
downloadscummvm-rg350-fa2abbf4556d079695d127400d8dbe74b57d7d0e.tar.gz
scummvm-rg350-fa2abbf4556d079695d127400d8dbe74b57d7d0e.tar.bz2
scummvm-rg350-fa2abbf4556d079695d127400d8dbe74b57d7d0e.zip
Process new games database version
svn-id: r11390
Diffstat (limited to 'backends/PalmOS/Src/games.h')
-rw-r--r--backends/PalmOS/Src/games.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/games.h b/backends/PalmOS/Src/games.h
index 1dcbcb33a1..a43a0e1577 100644
--- a/backends/PalmOS/Src/games.h
+++ b/backends/PalmOS/Src/games.h
@@ -46,7 +46,6 @@ typedef struct {
} GameInfoTypeV0;
-// Current config
typedef struct {
UInt32 version;
UInt16 icnID; // icon to display on the list
@@ -69,6 +68,31 @@ typedef struct {
UInt8 platform;
UInt8 language;
+} GameInfoTypeV2;
+
+// Current config
+typedef struct {
+ UInt32 version;
+ UInt16 icnID; // icon to display on the list
+ Boolean selected;
+
+ Char nameP[50]; // game name to display in list
+ Char pathP[150]; // path to the game files
+ Char gameP[15]; // scumm name of the game
+ UInt16 gfxMode;
+
+ Boolean autoLoad;
+ Boolean bootParam;
+ Boolean setPlatform;
+ Boolean subtitles;
+ Boolean talkSpeed;
+
+ UInt16 loadSlot;
+ UInt16 bootValue;
+ UInt16 talkValue;
+ UInt8 platform;
+ UInt8 language;
+
} GameInfoType;
// protos