mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Increased size limit to compute hashes because of 64 Mb N64 games
This commit is contained in:
parent
c3650f077a
commit
3a590f126d
@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
#define CHEEVOS_SIX_MB ( 6 * 1024 * 1024)
|
#define CHEEVOS_SIX_MB ( 6 * 1024 * 1024)
|
||||||
#define CHEEVOS_EIGHT_MB ( 8 * 1024 * 1024)
|
#define CHEEVOS_EIGHT_MB ( 8 * 1024 * 1024)
|
||||||
#define CHEEVOS_SIZE_LIMIT (32 * 1024 * 1024)
|
#define CHEEVOS_SIZE_LIMIT (64 * 1024 * 1024)
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user