From 09e8196b032e18176c21fcf02a399fb1fbaf0d19 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Wed, 31 Mar 2021 18:46:23 +0200 Subject: [PATCH] hiscore.cpp: increase max range as pointed in https://github.com/libretro/FBNeo/issues/702, some games require 50+ ranges --- src/burn/hiscore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/hiscore.cpp b/src/burn/hiscore.cpp index 1f146bc2bd..caa25de144 100644 --- a/src/burn/hiscore.cpp +++ b/src/burn/hiscore.cpp @@ -5,7 +5,7 @@ #define MAX_CONFIG_LINE_SIZE 48 -#define HISCORE_MAX_RANGES 20 +#define HISCORE_MAX_RANGES 64 UINT32 nHiscoreNumRanges;