summaryrefslogtreecommitdiffstats
path: root/src/audio_core/cubeb_sink.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-10 00:05:58 +0100
committerLioncash <mathew1800@gmail.com>2019-03-10 00:06:23 +0100
commit4a4e87e971a348198c12c32e59372f42fabfc1b7 (patch)
tree7dbd52f727114e25f1b179a531ce0a48d94c97ff /src/audio_core/cubeb_sink.h
parentMerge pull request #2210 from lioncash/optional (diff)
downloadyuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.tar
yuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.tar.gz
yuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.tar.bz2
yuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.tar.lz
yuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.tar.xz
yuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.tar.zst
yuzu-4a4e87e971a348198c12c32e59372f42fabfc1b7.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/cubeb_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/cubeb_sink.h b/src/audio_core/cubeb_sink.h
index 511df7bb1..7ce850f47 100644
--- a/src/audio_core/cubeb_sink.h
+++ b/src/audio_core/cubeb_sink.h
@@ -26,7 +26,7 @@ private:
cubeb_devid output_device{};
std::vector<SinkStreamPtr> sink_streams;
-#ifdef _MSC_VER
+#ifdef _WIN32
u32 com_init_result = 0;
#endif
};