Game Boy: initialize uninitialized variable

This commit is contained in:
tildearrow 2022-01-26 18:03:25 -05:00
parent 1347d16da4
commit 30b012cc5e
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class DivPlatformGB: public DivDispatch {
keyOff(false),
inPorta(false),
vol(15),
outVol(15),
wave(-1) {}
};
Channel chan[4];