fix(audio): fix install of Steam Streaming Speakers driver (#5125)

This commit is contained in:
Andy Grundman
2026-05-15 21:12:56 -04:00
committed by GitHub
parent e72e6845a3
commit 2cd7ba3532
+1 -1
View File
@@ -31,7 +31,7 @@ DEFINE_PROPERTYKEY(PKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0
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"
#endif
namespace {