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