configuration: Implement slider

This commit is contained in:
lat9nq
2023-05-08 17:33:10 -04:00
parent 39a1ffbb91
commit d35577d3ed
7 changed files with 188 additions and 71 deletions

View File

@ -58,7 +58,6 @@ private:
void RetrieveVulkanDevices();
void SetFSRIndicatorText(int percentage);
/* Turns a Vulkan present mode into a textual string for a UI
* (and eventually for a human to read) */
const QString TranslateVSyncMode(VkPresentModeKHR mode,
@ -69,7 +68,6 @@ private:
std::unique_ptr<Ui::ConfigureGraphics> ui;
QColor bg_color;
std::list<ConfigurationShared::CheckState> trackers{};
std::forward_list<std::function<void(bool)>> apply_funcs{};
std::vector<VkDeviceInfo::Record>& records;