Updated form handlers
svn-id: r13865
This commit is contained in:
parent
baeba25ed3
commit
7dcb1b76d9
2 changed files with 13 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue