diff options
| author | 2024-02-26 12:44:46 -0500 | |
|---|---|---|
| committer | 2024-02-26 12:44:46 -0500 | |
| commit | ce62fa6f7b660614e28631f71dfa34e7487aec7f (patch) | |
| tree | e8621bebad95bfd2d98147b125395f3545cb2627 /src/common | |
| parent | Merge pull request #13164 from merryhime/reset-submodules (diff) | |
| parent | settings: remove global override for smash on amdvlk (diff) | |
| download | yuzu-ce62fa6f7b660614e28631f71dfa34e7487aec7f.tar.gz yuzu-ce62fa6f7b660614e28631f71dfa34e7487aec7f.tar.xz yuzu-ce62fa6f7b660614e28631f71dfa34e7487aec7f.zip | |
Merge pull request #13149 from liamwhite/per-channel-program
video_core: make gpu context aware of rendering program
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index b2b071e7e..fa2d08da1 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -435,8 +435,6 @@ struct Values { | |||
| 435 | linkage, false, "disable_shader_loop_safety_checks", Category::RendererDebug}; | 435 | linkage, false, "disable_shader_loop_safety_checks", Category::RendererDebug}; |
| 436 | Setting<bool> enable_renderdoc_hotkey{linkage, false, "renderdoc_hotkey", | 436 | Setting<bool> enable_renderdoc_hotkey{linkage, false, "renderdoc_hotkey", |
| 437 | Category::RendererDebug}; | 437 | Category::RendererDebug}; |
| 438 | // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control | ||
| 439 | bool renderer_amdvlk_depth_bias_workaround{}; | ||
| 440 | Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder", | 438 | Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder", |
| 441 | Category::RendererDebug}; | 439 | Category::RendererDebug}; |
| 442 | 440 | ||