aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/alconfig.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/alconfig.cpp b/alc/alconfig.cpp
index 3c9a9777..03139abe 100644
--- a/alc/alconfig.cpp
+++ b/alc/alconfig.cpp
@@ -329,6 +329,7 @@ const char *GetConfigValue(const char *devName, const char *blockName, const cha
#ifdef _WIN32
void ReadALConfig()
{
+#if !defined(_GAMING_XBOX)
{
#if !defined(ALSOFT_UWP)
WCHAR buffer[MAX_PATH];
@@ -345,6 +346,7 @@ void ReadALConfig()
if(f.is_open())
LoadConfigFromFile(f);
}
+#endif
std::string ppath{GetProcBinary().path};