mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 18:57:53 -05:00
video_core: optionally skip barriers on feedback loops
This commit is contained in:
@ -48,6 +48,7 @@ private:
|
||||
ConfigurationShared::CheckState use_vulkan_driver_pipeline_cache;
|
||||
ConfigurationShared::CheckState enable_compute_pipelines;
|
||||
ConfigurationShared::CheckState use_video_framerate;
|
||||
ConfigurationShared::CheckState barrier_feedback_loops;
|
||||
|
||||
const Core::System& system;
|
||||
};
|
||||
|
Reference in New Issue
Block a user