mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00:00
rsx: Make force cpu blit setting dynamic
This commit is contained in:
parent
e74d3c2674
commit
5e86ef2371
@ -116,7 +116,7 @@ struct cfg_root : cfg::node
|
||||
cfg::_bool disable_vertex_cache{ this, "Disable Vertex Cache", false };
|
||||
cfg::_bool disable_FIFO_reordering{ this, "Disable FIFO Reordering", false };
|
||||
cfg::_bool frame_skip_enabled{ this, "Enable Frame Skip", false };
|
||||
cfg::_bool force_cpu_blit_processing{ this, "Force CPU Blit", false }; // Debugging option
|
||||
cfg::_bool force_cpu_blit_processing{ this, "Force CPU Blit", false, true }; // Debugging option
|
||||
cfg::_bool disable_on_disk_shader_cache{ this, "Disable On-Disk Shader Cache", false };
|
||||
cfg::_bool disable_vulkan_mem_allocator{ this, "Disable Vulkan Memory Allocator", false };
|
||||
cfg::_bool full_rgb_range_output{ this, "Use full RGB output range", true }; // Video out dynamic range
|
||||
|
Loading…
x
Reference in New Issue
Block a user