mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +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,
|
.msaa = 0,
|
||||||
};
|
};
|
||||||
unsigned int configFiltering = 1; // 0=force nearest, 1=linear, 2=three-point
|
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 configMusicVolume = MAX_VOLUME;
|
||||||
unsigned int configSfxVolume = MAX_VOLUME;
|
unsigned int configSfxVolume = MAX_VOLUME;
|
||||||
unsigned int configEnvVolume = MAX_VOLUME;
|
unsigned int configEnvVolume = MAX_VOLUME;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue