Skip to content

Commit

Permalink
hiscore.cpp: increase max range
Browse files Browse the repository at this point in the history
as pointed in libretro#702, some games require 50+ ranges
  • Loading branch information
barbudreadmon authored Mar 31, 2021
1 parent 2b30348 commit 09e8196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/hiscore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define MAX_CONFIG_LINE_SIZE 48

#define HISCORE_MAX_RANGES 20
#define HISCORE_MAX_RANGES 64

UINT32 nHiscoreNumRanges;

Expand Down

0 comments on commit 09e8196

Please sign in to comment.