mirror of https://github.com/mgba-emu/mgba.git
SDL: Set default volume
This commit is contained in:
parent
e97d36b7fc
commit
b4af0f64e3
|
@ -54,6 +54,7 @@ int main(int argc, char** argv) {
|
||||||
.audioBuffers = 512,
|
.audioBuffers = 512,
|
||||||
.videoSync = false,
|
.videoSync = false,
|
||||||
.audioSync = true,
|
.audioSync = true,
|
||||||
|
.volume = 0x100,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct mArguments args;
|
struct mArguments args;
|
||||||
|
|
Loading…
Reference in New Issue