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;