mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
scrclean: Let's make buffers little bigger, fixes cleanup of big softlists (no whatsnew)
This commit is contained in:
parent
3f1e25efc4
commit
fd068dc5c0
@ -48,7 +48,7 @@
|
|||||||
CONSTANTS & DEFINES
|
CONSTANTS & DEFINES
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#define MAX_FILE_SIZE (10 * 1024 * 1024)
|
#define MAX_FILE_SIZE (32 * 1024 * 1024)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user