mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
Actually use POT size in SL.
This commit is contained in:
parent
34e9c6af3e
commit
b7b569d4ea
@ -34,7 +34,7 @@
|
||||
#define SLPlayItf_SetPlayState(a, ...) ((*(a))->SetPlayState(a, __VA_ARGS__))
|
||||
|
||||
// TODO: Are these sane?
|
||||
#define BUFFER_SIZE 8092
|
||||
#define BUFFER_SIZE 8192
|
||||
#define BUFFER_COUNT 4
|
||||
|
||||
typedef struct sl
|
||||
|
Loading…
x
Reference in New Issue
Block a user