Skip to content

Commit

Permalink
Fix audio cutoff issues (HarbourMasters#3428)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjoecox authored and A-Green-Spoon committed Nov 30, 2023
1 parent 591ebff commit 819d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/soh/stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 819d35c

Please sign in to comment.