enable isShowSplash

This commit is contained in:
DanielSvoboda 2024-07-04 17:10:17 -03:00 committed by GitHub
parent 58748569c7
commit dda8c62d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ static std::string logFilter;
static std::string logType = "sync"; static std::string logType = "sync";
static bool isDebugDump = false; static bool isDebugDump = false;
static bool isLibc = true; static bool isLibc = true;
static bool isShowSplash = false; static bool isShowSplash = true;
static bool isNullGpu = false; static bool isNullGpu = false;
static bool shouldDumpShaders = false; static bool shouldDumpShaders = false;
static bool shouldDumpPM4 = false; static bool shouldDumpPM4 = false;