From eede2b65f385617d31334d878d626434b1c3b3ca Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:24:41 +0100 Subject: [PATCH] Force signature dictionary full rebuild Launch times become slower in debug builds due to the many added signatures; force full rebuild of dictionary. --- r5dev/public/utility/sigcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/public/utility/sigcache.h b/r5dev/public/utility/sigcache.h index fa7c811d..16fbd4f5 100644 --- a/r5dev/public/utility/sigcache.h +++ b/r5dev/public/utility/sigcache.h @@ -7,7 +7,7 @@ #define SIGDB_DICT_SIZE 20 #define SIGDB_MAJOR_VERSION 0x1 // Increment when library changes are made. -#define SIGDB_MINOR_VERSION 0x6 // Increment when SDK updates are released. +#define SIGDB_MINOR_VERSION 0x7 // Increment when SDK updates are released. #ifdef DEDICATED #define SIGDB_FILE "cfg\\server\\startup.bin"