This commit is contained in:
2024-09-22 14:29:05 +02:00
parent efd887268b
commit f138ca9a9d
3 changed files with 48 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ namespace JabyEngine {
static void clear_noise_and_echo() {
SPU_IO::NON.write({0});
SPU_IO::EON.write({0});
SPU_IO::EON.write(Echo::AllOff());
}
static void clear_reverb() {