diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-23 10:11:42 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-23 10:14:37 -0400 |
commit | b11c81cc1337b55f42a1653771517add1fb47d0c (patch) | |
tree | fd60b0c57f3d064db578399406cce7b0da1fc693 /src/yuzu/configuration/config.h | |
parent | db46f8a70c853ccab3318abed1416231a3c426db (diff) |
general: Implement FullscreenMode enumeration
Prevents us from using an unclear 0 or 1 to describe the fullscreen
mode.
Diffstat (limited to 'src/yuzu/configuration/config.h')
-rw-r--r-- | src/yuzu/configuration/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/config.h b/src/yuzu/configuration/config.h index 96f9b6de1d..24950e8f8d 100644 --- a/src/yuzu/configuration/config.h +++ b/src/yuzu/configuration/config.h @@ -182,3 +182,4 @@ private: Q_DECLARE_METATYPE(Settings::CPUAccuracy); Q_DECLARE_METATYPE(Settings::RendererBackend); Q_DECLARE_METATYPE(Settings::GPUAccuracy); +Q_DECLARE_METATYPE(Settings::FullscreenMode); |