mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-02 21:22:43 +01:00
reduce save buffer size on gamecube. fixes graphical glitches
This commit is contained in:
parent
c44a2db968
commit
e847522abf
@ -15,7 +15,11 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HW_RVL
|
||||
#define SAVEBUFFERSIZE (1024 * 1024 * 2) // leave room for IPS/UPS files and large images
|
||||
#else
|
||||
#define SAVEBUFFERSIZE (1024 * 1024 * 1)
|
||||
#endif
|
||||
|
||||
void InitDeviceThread();
|
||||
void ResumeDeviceThread();
|
||||
|
Loading…
x
Reference in New Issue
Block a user