diff --git a/src/core/gpu_presenter.cpp b/src/core/gpu_presenter.cpp index d35fb0d5e..2b11142d2 100644 --- a/src/core/gpu_presenter.cpp +++ b/src/core/gpu_presenter.cpp @@ -1158,7 +1158,7 @@ bool GPUPresenter::UpdatePostProcessingSettings(bool force_reload, Error* error) static constexpr const char* section = PostProcessing::Config::DISPLAY_CHAIN_SECTION; auto lock = Host::GetSettingsLock(); - const SettingsInterface& si = *Host::GetSettingsInterface(); + const SettingsInterface& si = GetPostProcessingSettingsInterface(section); // Don't delete the chain if we're just temporarily disabling. if (PostProcessing::Config::GetStageCount(si, section) == 0)