mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
clang
This commit is contained in:
parent
aa288d9141
commit
781a2d0b8d
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ static u32 screenHeight = 720;
|
|||
static s32 gpuId = -1; // Vulkan physical device index. Set to negative for auto select
|
||||
static std::string logFilter;
|
||||
static std::string logType = "sync";
|
||||
static std::array<std::string, 4> userNames = {"shadPS4" "shadps4-2", "shadPS4-3", "shadPS4-4"};
|
||||
static std::array<std::string, 4> userNames = {"shadPS4"
|
||||
"shadps4-2",
|
||||
"shadPS4-3", "shadPS4-4"};
|
||||
static std::string updateChannel;
|
||||
static std::string chooseHomeTab;
|
||||
static std::string backButtonBehavior = "left";
|
||||
|
|
Loading…
Add table
Reference in a new issue