diff --git a/rpcs3/Emu/RSX/rsx_methods.cpp b/rpcs3/Emu/RSX/rsx_methods.cpp index 683944be3d28..c2c6f9d9f475 100644 --- a/rpcs3/Emu/RSX/rsx_methods.cpp +++ b/rpcs3/Emu/RSX/rsx_methods.cpp @@ -1056,7 +1056,7 @@ namespace rsx // 308A::COLOR can be used to create custom sync primitives. // Hide this behind strict mode due to the potential performance implications. - if (count == 1 && !g_cfg.video.relaxed_zcull_sync && g_cfg.video.strict_rendering_mode) + if (count == 1 && g_cfg.video.strict_rendering_mode && !g_cfg.video.relaxed_zcull_sync) { rsx->sync(); }