Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/platform/windows/audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
DEFINE_PROPERTYKEY(PKEY_DeviceInterface_FriendlyName, 0x026e516e, 0xb814, 0x414b, 0x83, 0xcd, 0x85, 0x6d, 0x6f, 0xef, 0x48, 0x22, 2);

#if defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(__amd64__) || defined(_M_AMD64)
constexpr auto STEAM_DRIVER_SUBDIR = L"x64";
#define STEAM_DRIVER_SUBDIR L"x64"

Check failure on line 34 in src/platform/windows/audio.cpp

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Replace this macro by "const", "constexpr" or an "enum".

See more on https://sonarcloud.io/project/issues?id=LizardByte_Sunshine&issues=AZ4sLWODBRitoA28G-xf&open=AZ4sLWODBRitoA28G-xf&pullRequest=5125
#endif

namespace {
Expand Down
Loading