Qt: Fix postfx option pane not loading

This commit is contained in:
Stenzek
2023-10-16 01:00:43 +10:00
parent ef377fbd12
commit baa5472cc2
3 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public:
virtual bool IsValid() const = 0;
std::vector<ShaderOption> TakeOptions();
void LoadOptions(SettingsInterface& si, const char* section);
void LoadOptions(const SettingsInterface& si, const char* section);
const ShaderOption* GetOptionByName(const std::string_view& name) const;
ShaderOption* GetOptionByName(const std::string_view& name);