diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-01 20:29:13 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-02 21:51:30 -0400 |
commit | a090a380be674ae001aea47434e1a2f008574a48 (patch) | |
tree | 1fdb34cd7b74367102a1a91893bd5a3fa4d89fc1 /src/yuzu/bootmanager.h | |
parent | cbd79df233754113ac509bf8de034d8cd8ffd588 (diff) |
bootmanager: Remove inaccurate switch
Those vulkan settings do not correspond 1:1 to the swap intervals that
they set for OpenGL, so remove it.
bootmanager: Add missing include
I didn't add this log why did it break
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r-- | src/yuzu/bootmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index bb4eca07f..8a69cf973 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h @@ -14,6 +14,7 @@ #include <QTouchEvent> #include <QWidget> +#include "common/logging/log.h" #include "common/polyfill_thread.h" #include "common/thread.h" #include "core/frontend/emu_window.h" |