diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-08 22:44:50 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-08 22:47:16 +0200 |
commit | a4362765a606564b36d8aa9ebef38440f14aa465 (patch) | |
tree | a221a81d8b7c65e4e6c47558122358d288ae32ea | |
parent | Merge pull request #10075 from Kelebek1/silence_nifm_spam (diff) | |
download | yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.tar yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.tar.gz yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.tar.bz2 yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.tar.lz yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.tar.xz yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.tar.zst yuzu-a4362765a606564b36d8aa9ebef38440f14aa465.zip |
-rw-r--r-- | src/yuzu/qt_common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/qt_common.cpp b/src/yuzu/qt_common.cpp index 5ac9fe310..5d0fd7674 100644 --- a/src/yuzu/qt_common.cpp +++ b/src/yuzu/qt_common.cpp @@ -8,7 +8,7 @@ #include "core/frontend/emu_window.h" #include "yuzu/qt_common.h" -#ifdef __linux__ +#if !defined(WIN32) && !defined(__APPLE__) #include <qpa/qplatformnativeinterface.h> #endif |