mirror of
https://github.com/zeldaret/oot
synced 2026-05-28 08:25:22 -04:00
audio_seqplayer.c cleanup (#1274)
* Audio Seqplayer Cleanup * More * Edit description * PR Suggestions * while true * Cleanup function declarations * Extra space, oops * Small fix * PR Suggestions * tatums per beat * Edit comment
This commit is contained in:
@@ -1844,7 +1844,7 @@ s32 AudioLoad_ProcessSamplePreloads(s32 resetStatus) {
|
||||
|
||||
// Pop requests with isFree = true off the stack, as far as possible,
|
||||
// and dispatch the next DMA.
|
||||
for (;;) {
|
||||
while (true) {
|
||||
if (gAudioContext.preloadSampleStackTop <= 0) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user