mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 06:28:17 -05:00
Frontend: Add anti-aliasing method setting
This commit is contained in:
committed by
Fernando Sahmkow
parent
510caeefb3
commit
74e39ed6ee
@ -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);
|
||||
|
Reference in New Issue
Block a user