Merge branch 'master' into fullscreen-enum

This commit is contained in:
lat9nq
2021-07-25 15:31:33 -04:00
committed by GitHub
453 changed files with 49820 additions and 27394 deletions

View File

@ -180,6 +180,7 @@ private:
// These metatype declarations cannot be in common/settings.h because core is devoid of QT
Q_DECLARE_METATYPE(Settings::CPUAccuracy);
Q_DECLARE_METATYPE(Settings::RendererBackend);
Q_DECLARE_METATYPE(Settings::GPUAccuracy);
Q_DECLARE_METATYPE(Settings::FullscreenMode);
Q_DECLARE_METATYPE(Settings::RendererBackend);
Q_DECLARE_METATYPE(Settings::ShaderBackend);