From bdb201201e133b9a09f08158b60d5df5aeb66907 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Fri, 24 Nov 2023 08:38:13 -0600 Subject: [PATCH] Fix audio cutoff issues (#3428) --- soh/soh/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/stubs.c b/soh/soh/stubs.c index 9afd93468..a162a7ac5 100644 --- a/soh/soh/stubs.c +++ b/soh/soh/stubs.c @@ -260,7 +260,7 @@ void Audio_osWritebackDCache(void* mem, s32 size) s32 osAiSetFrequency(u32 freq) { - + return 1; } s32 osEPiStartDma(OSPiHandle* handle, OSIoMesg* mb, s32 direction)