SDL: Set default volume

This commit is contained in:
Jeffrey Pfau 2016-02-11 22:43:15 -08:00
parent e97d36b7fc
commit b4af0f64e3
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ int main(int argc, char** argv) {
.audioBuffers = 512,
.videoSync = false,
.audioSync = true,
.volume = 0x100,
};
struct mArguments args;