aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/start.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/start.h')
-rw-r--r--backends/PalmOS/Src/start.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/backends/PalmOS/Src/start.h b/backends/PalmOS/Src/start.h
index 4773a4636b..dbaaba3d02 100644
--- a/backends/PalmOS/Src/start.h
+++ b/backends/PalmOS/Src/start.h
@@ -60,29 +60,29 @@ typedef struct {
Boolean fullscreen;
Boolean aspectRatio;
Boolean copyProtection;
+ Boolean arm;
struct {
- UInt16 speaker;
- UInt16 headphone;
-
UInt16 master;
UInt16 music;
UInt16 sfx;
+ UInt16 speech;
} volume;
struct {
// midi
Boolean multiMidi;
Boolean music;
- UInt8 driver;
+ UInt8 drvMusic;
UInt8 tempo;
+ // sound FX
+ Boolean sfx;
// CD audio
- Boolean MP3;
+ Boolean CD;
+ UInt8 drvCD;
Boolean setDefaultTrackLength;
UInt16 defaultTrackLength;
UInt16 firstTrack;
- // sound FX
- Boolean sfx;
} sound;
} GlobalsPreferenceType, *GlobalsPreferencePtr;