Qt/GraphicsWindow: Disable unsupported options

This commit is contained in:
spycrab
2018-04-22 16:18:24 +02:00
parent c131b7c3b4
commit 4caca2bd7a
3 changed files with 31 additions and 0 deletions

View File

@ -21,6 +21,8 @@ private:
void LoadSettings() override;
void SaveSettings() override;
void OnBackendChanged(const QString& backend_name);
// EFB
QCheckBox* m_skip_efb_cpu;
QCheckBox* m_ignore_format_changes;