diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp index b609fdee6b..e6eeb13397 100644 --- a/UI/NativeApp.cpp +++ b/UI/NativeApp.cpp @@ -329,7 +329,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch VFSRegister("", new DirectoryAssetReader("assets/")); VFSRegister("", new DirectoryAssetReader(savegame_dir)); -#if defined(MOBILE_DEVICE) || !defined(USING_QT_UI) && !PPSSPP_PLATFORM(UWP) +#if (defined(MOBILE_DEVICE) || !defined(USING_QT_UI)) && !PPSSPP_PLATFORM(UWP) host = new NativeHost(); #endif