mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
fully functional and uses atomic_flag
This commit is contained in:
parent
6c2a9972c1
commit
eb9c339c2e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
atomic_flag audioQueueLock(NATIVE_ATOMIC_FLAG_INIT);
|
||||
|
||||
int eventAudioUpdate = -1;
|
||||
int eventHostAudioUpdate = -1;
|
||||
int eventHostAudioUpdate = -1;
|
||||
int mixFrequency = 44100;
|
||||
|
||||
const int hwSampleRate = 44100;
|
||||
|
|
Loading…
Add table
Reference in a new issue