Set default master volume to 80

This commit is contained in:
Agent X 2023-11-26 22:19:46 -05:00
parent 62f8d258e3
commit 632807af45
1 changed files with 1 additions and 1 deletions

View File

@ -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;