From dda8c62d8dc88d5a716bbf9fcb9867badb66af50 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Thu, 4 Jul 2024 17:10:17 -0300 Subject: [PATCH] enable isShowSplash --- src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.cpp b/src/common/config.cpp index a577b143a..f23b9d652 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -18,7 +18,7 @@ static std::string logFilter; static std::string logType = "sync"; static bool isDebugDump = false; static bool isLibc = true; -static bool isShowSplash = false; +static bool isShowSplash = true; static bool isNullGpu = false; static bool shouldDumpShaders = false; static bool shouldDumpPM4 = false;