mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Increase buffer size to avoid drops
This commit is contained in:
parent
0f050d50f0
commit
2993ff1a7b
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
|
|||
fmt.freq = 44100;
|
||||
fmt.format = AUDIO_S16;
|
||||
fmt.channels = 2;
|
||||
fmt.samples = 512;
|
||||
fmt.samples = 1024;
|
||||
fmt.callback = &mixaudio;
|
||||
fmt.userdata = (void *)0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue