From 0e1257cf1711c9887fe0e5254678818c8951e334 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 30 Oct 2020 20:32:41 +0200 Subject: [PATCH] Disable loading screen --- src/core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config.h b/src/core/config.h index 0ef921ca..4ea7f60f 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -223,7 +223,7 @@ enum Config { #define USE_TXD_CDIMAGE // generate and load textures from txd.img #define PS2_ALPHA_TEST // emulate ps2 alpha test #define IMPROVED_VIDEOMODE // save and load videomode parameters instead of a magic number -//#define DISABLE_LOADING_SCREEN // disable the loading screen which vastly improves the loading time +#define DISABLE_LOADING_SCREEN // disable the loading screen which vastly improves the loading time //#define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU //#define USE_TEXTURE_POOL //#define CUTSCENE_BORDERS_SWITCH