Increased size limit to compute hashes because of 64 Mb N64 games

This commit is contained in:
Andre Leiradella 2017-07-09 01:15:21 +01:00
parent c3650f077a
commit 3a590f126d

View File

@ -97,7 +97,7 @@
#define CHEEVOS_SIX_MB ( 6 * 1024 * 1024)
#define CHEEVOS_EIGHT_MB ( 8 * 1024 * 1024)
#define CHEEVOS_SIZE_LIMIT (32 * 1024 * 1024)
#define CHEEVOS_SIZE_LIMIT (64 * 1024 * 1024)
enum
{