Fix audio cutoff issues (#3428)

This commit is contained in:
Garrett Cox 2023-11-24 08:38:13 -06:00 committed by GitHub
parent f4e4545180
commit bdb201201e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)