hiscore.cpp: increase max range

as pointed in https://github.com/libretro/FBNeo/issues/702, some games require 50+ ranges
This commit is contained in:
barbudreadmon 2021-03-31 18:46:23 +02:00 committed by GitHub
parent 2b303488db
commit 09e8196b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
#define MAX_CONFIG_LINE_SIZE 48
#define HISCORE_MAX_RANGES 20
#define HISCORE_MAX_RANGES 64
UINT32 nHiscoreNumRanges;