Fix ShowSplash size (#235)

* Fix ShowSplash size

* enable isShowSplash
This commit is contained in:
DanielSvoboda 2024-07-04 18:16:06 -03:00 committed by GitHub
parent dd97b517f7
commit 1d58a0403e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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;