mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 02:50:29 +00:00
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:
parent
2b303488db
commit
09e8196b03
@ -5,7 +5,7 @@
|
||||
|
||||
#define MAX_CONFIG_LINE_SIZE 48
|
||||
|
||||
#define HISCORE_MAX_RANGES 20
|
||||
#define HISCORE_MAX_RANGES 64
|
||||
|
||||
UINT32 nHiscoreNumRanges;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user