summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/config.h
diff options
context:
space:
mode:
authorMarshall Mohror <mohror64@gmail.com>2021-10-20 18:33:07 -0500
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:32 +0100
commit74e39ed6eeb2362316044ad92e3de9d75034ca58 (patch)
tree16b44e4e1b55c16b8f5d4c23e3379dbd09859c54 /src/yuzu/configuration/config.h
parent510caeefb3e3bf4b365f08a97cdfeffaaf8a80ce (diff)
Frontend: Add anti-aliasing method setting
Diffstat (limited to 'src/yuzu/configuration/config.h')
-rw-r--r--src/yuzu/configuration/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/config.h b/src/yuzu/configuration/config.h
index 97dc1bb47..d673c1cdc 100644
--- a/src/yuzu/configuration/config.h
+++ b/src/yuzu/configuration/config.h
@@ -191,5 +191,6 @@ Q_DECLARE_METATYPE(Settings::FullscreenMode);
Q_DECLARE_METATYPE(Settings::NvdecEmulation);
Q_DECLARE_METATYPE(Settings::ResolutionSetup);
Q_DECLARE_METATYPE(Settings::ScalingFilter);
+Q_DECLARE_METATYPE(Settings::AntiAliasing);
Q_DECLARE_METATYPE(Settings::RendererBackend);
Q_DECLARE_METATYPE(Settings::ShaderBackend);