Fix GCC errors

This commit is contained in:
Natt Akuma 2022-07-03 20:11:04 +07:00
parent d3cd7bbb81
commit f8425b817f
1 changed files with 1 additions and 1 deletions

View File

@ -55,9 +55,9 @@ class DivPlatformPCMDAC: public DivDispatch {
sample(-1),
wave(-1),
ins(-1),
note(0),
panL(255),
panR(255),
note(0),
active(false),
insChanged(true),
freqChanged(false),