1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-07 14:56:32 -05:00

general: Make CPU accuracy and related a Settings::Setting

Required to make CPU accuracy and unsafe settings available to use as a
per-game setting.
This commit is contained in:
lat9nq
2021-05-15 20:46:48 -04:00
parent 904584e4ba
commit e169fdad4f
7 changed files with 47 additions and 41 deletions

View File

@@ -132,5 +132,6 @@ 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);