mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +00:00
Set default master volume to 80
This commit is contained in:
parent
62f8d258e3
commit
632807af45
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ConfigWindow configWindow = {
|
|||
.msaa = 0,
|
||||
};
|
||||
unsigned int configFiltering = 1; // 0=force nearest, 1=linear, 2=three-point
|
||||
unsigned int configMasterVolume = 30; // 0 - MAX_VOLUME
|
||||
unsigned int configMasterVolume = 80; // 0 - MAX_VOLUME
|
||||
unsigned int configMusicVolume = MAX_VOLUME;
|
||||
unsigned int configSfxVolume = MAX_VOLUME;
|
||||
unsigned int configEnvVolume = MAX_VOLUME;
|
||||
|
|
Loading…
Reference in a new issue