mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
enable isShowSplash
This commit is contained in:
parent
58748569c7
commit
dda8c62d8d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue