mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
Fix "auto" resolution factor (#6218)
This commit is contained in:
parent
016ce6c286
commit
84eada8c50
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ struct Values {
|
|||
SwitchableSetting<bool> shaders_accurate_mul{true, "shaders_accurate_mul"};
|
||||
SwitchableSetting<bool> use_vsync_new{true, "use_vsync_new"};
|
||||
Setting<bool> use_shader_jit{true, "use_shader_jit"};
|
||||
SwitchableSetting<u16, true> resolution_factor{1, 1, 10, "resolution_factor"};
|
||||
SwitchableSetting<u16, true> resolution_factor{1, 0, 10, "resolution_factor"};
|
||||
SwitchableSetting<u16, true> frame_limit{100, 0, 1000, "frame_limit"};
|
||||
SwitchableSetting<std::string> texture_filter_name{"none", "texture_filter_name"};
|
||||
|
||||
|
|
Loading…
Reference in a new issue