mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 12:34:37 +00:00
clang
This commit is contained in:
parent
aa288d9141
commit
781a2d0b8d
@ -42,7 +42,9 @@ static u32 screenHeight = 720;
|
|||||||
static s32 gpuId = -1; // Vulkan physical device index. Set to negative for auto select
|
static s32 gpuId = -1; // Vulkan physical device index. Set to negative for auto select
|
||||||
static std::string logFilter;
|
static std::string logFilter;
|
||||||
static std::string logType = "sync";
|
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 updateChannel;
|
||||||
static std::string chooseHomeTab;
|
static std::string chooseHomeTab;
|
||||||
static std::string backButtonBehavior = "left";
|
static std::string backButtonBehavior = "left";
|
||||||
|
Loading…
Reference in New Issue
Block a user