mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +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),
|
||||
inPorta(false),
|
||||
vol(15),
|
||||
outVol(15),
|
||||
wave(-1) {}
|
||||
};
|
||||
Channel chan[4];
|
||||
|
|
Loading…
Reference in a new issue