mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Low latency audio disabled by default
This commit is contained in:
parent
ea2f624092
commit
8ec3f42d28
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "FixedSizeQueue.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
#define LOW_LATENCY_AUDIO true
|
||||
#define LOW_LATENCY_AUDIO false
|
||||
|
||||
// Should be used to lock anything related to the outAudioQueue.
|
||||
recursive_mutex section;
|
||||
|
|
Loading…
Add table
Reference in a new issue