From 23ef1d570f44f333bd495e848d5c4b7b9544e577 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Thu, 30 Jul 2020 22:51:55 +0200 Subject: [PATCH] Increase compatibility list pagination number. --- Source/SysVita/UI/Menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SysVita/UI/Menu.h b/Source/SysVita/UI/Menu.h index c11add8c..3e87de44 100644 --- a/Source/SysVita/UI/Menu.h +++ b/Source/SysVita/UI/Menu.h @@ -6,7 +6,7 @@ #define FUNC_TO_NAME(x) #x #define stringify(x) FUNC_TO_NAME(x) -#define NUM_DB_CHUNKS 3 // Number of pages to download for the compat list +#define NUM_DB_CHUNKS 4 // Number of pages to download for the compat list #define NUM_UPDATE_PASSES 2 // Number of passes required to download an update #define ALERT_TIME 5000000 // Timer for alerts to disappear in microseconds