From 781a2d0b8d10d4972e0719a3d1442396c1707aad Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:39:04 +0200 Subject: [PATCH] clang --- src/common/config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/config.cpp b/src/common/config.cpp index 1c2d54327..ff2ae7f34 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -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 userNames = {"shadPS4" "shadps4-2", "shadPS4-3", "shadPS4-4"}; +static std::array userNames = {"shadPS4" + "shadps4-2", + "shadPS4-3", "shadPS4-4"}; static std::string updateChannel; static std::string chooseHomeTab; static std::string backButtonBehavior = "left";