GB: disable wave in APU due to perf regression

Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
Mahyar Koshkouei
2022-04-03 15:06:06 +01:00
parent 108c5bf797
commit 68b374d7a7
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -350,7 +350,8 @@ void audio_callback(void *userdata, void *restrict stream, int len)
update_square(stream, 0);
update_square(stream, 1);
update_wave(stream);
/* FIXME: Performance regression when wave is switched on. */
//update_wave(stream);
update_noise(stream);
}