mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
Game Boy: initialize uninitialized variable
This commit is contained in:
parent
1347d16da4
commit
30b012cc5e
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class DivPlatformGB: public DivDispatch {
|
||||||
keyOff(false),
|
keyOff(false),
|
||||||
inPorta(false),
|
inPorta(false),
|
||||||
vol(15),
|
vol(15),
|
||||||
|
outVol(15),
|
||||||
wave(-1) {}
|
wave(-1) {}
|
||||||
};
|
};
|
||||||
Channel chan[4];
|
Channel chan[4];
|
||||||
|
|
Loading…
Reference in a new issue