mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(OpenSL/Android) Reduce latency by going from 8 to 6 buffers
This commit is contained in:
parent
137ca5cefe
commit
26d6d18a02
@ -36,7 +36,7 @@
|
||||
|
||||
// TODO: Are these sane?
|
||||
#define BUFFER_SIZE 4096
|
||||
#define NUM_BUFFERS 8
|
||||
#define NUM_BUFFERS 6
|
||||
|
||||
typedef struct sl
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user