diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2023-11-24 08:38:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 09:38:13 -0500 |
| commit | bdb201201e133b9a09f08158b60d5df5aeb66907 (patch) | |
| tree | 262c110308a0c4390960243b8841fcf98ad90782 | |
| parent | f4e4545180c7fb643f8a2012a36c6346c495f510 (diff) | |
Fix audio cutoff issues (#3428)
| -rw-r--r-- | soh/soh/stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
