mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 09:23:34 +00:00
Update System.h
This commit is contained in:
parent
14dc1fead6
commit
f491dc1413
@ -368,7 +368,7 @@ struct cfg_root : cfg::node
|
||||
cfg::_bool debug_output{this, "Debug output"};
|
||||
cfg::_bool overlay{this, "Debug overlay"};
|
||||
cfg::_bool gl_legacy_buffers{this, "Use Legacy OpenGL Buffers"};
|
||||
cfg::_bool use_gpu_texture_scaling{this, "Use GPU texture scaling", true};
|
||||
cfg::_bool use_gpu_texture_scaling{this, "Use GPU texture scaling", false};
|
||||
cfg::_bool stretch_to_display_area{this, "Stretch To Display Area"};
|
||||
cfg::_bool force_high_precision_z_buffer{this, "Force High Precision Z buffer"};
|
||||
cfg::_bool strict_rendering_mode{this, "Strict Rendering Mode"};
|
||||
|
Loading…
Reference in New Issue
Block a user