Settings: Add option to disable DSB/fbfetch
This commit is contained in:
@ -100,6 +100,8 @@ struct Settings
|
||||
bool gpu_threaded_presentation = true;
|
||||
bool gpu_use_debug_device = false;
|
||||
bool gpu_disable_shader_cache = false;
|
||||
bool gpu_disable_dual_source_blend = false;
|
||||
bool gpu_disable_framebuffer_fetch = false;
|
||||
bool gpu_per_sample_shading = false;
|
||||
bool gpu_true_color = true;
|
||||
bool gpu_scaled_dithering = true;
|
||||
|
||||
Reference in New Issue
Block a user