FSR Sharpening Slider part 1 - only a global slider

This commit is contained in:
Matías Locatti 2022-11-19 21:04:04 -03:00 committed by Morph
parent 1cc95c4d53
commit 8e19421f84
8 changed files with 132 additions and 1 deletions

View file

@ -42,6 +42,8 @@ private:
void RetrieveVulkanDevices();
void SetFSRIndicatorText(int percentage);
void SetupPerGameUI();
Settings::RendererBackend GetCurrentGraphicsBackend() const;