Skip to content
Snippets Groups Projects
Unverified Commit 0b75ec53 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #4894 from lioncash/fn

settings: Simplify initializer of resolution factor
parents a111a9ae c0ab5b79
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ struct Values { ...@@ -101,7 +101,7 @@ struct Values {
bool renderer_debug; bool renderer_debug;
Setting<int> vulkan_device; Setting<int> vulkan_device;
Setting<u16> resolution_factor = Setting(static_cast<u16>(1)); Setting<u16> resolution_factor{1};
Setting<int> aspect_ratio; Setting<int> aspect_ratio;
Setting<int> max_anisotropy; Setting<int> max_anisotropy;
Setting<bool> use_frame_limit; Setting<bool> use_frame_limit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment