Skip to content

Commit

Permalink
add swap for active audio queue
Browse files Browse the repository at this point in the history
  • Loading branch information
z2442 committed Oct 16, 2024
1 parent 23249c5 commit 114e9a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/HLEAudio/Plugin/PSP/AudioPluginPSP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ void processthequeues(CAudioBuffer * bubble){
}

}

// Swap the active queue after processing
activeQueueIndexplayback.store(!activeQueueIndexplayback.load());

}


Expand Down

0 comments on commit 114e9a3

Please sign in to comment.