mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +01:00
decrease savebuffer size
This commit is contained in:
parent
3c8221b1f4
commit
64686c5b62
@ -18,7 +18,7 @@
|
||||
#include <fat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define SAVEBUFFERSIZE (1024 * 1024 * 2)
|
||||
#define SAVEBUFFERSIZE (1024 * 512)
|
||||
|
||||
void InitDeviceThread();
|
||||
void ResumeDeviceThread();
|
||||
|
Loading…
Reference in New Issue
Block a user