diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index 481efbf53b..9735197c03 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h @@ -143,7 +143,7 @@ public: virtual void TickFrame() = 0; virtual bool AccelerateConditionalRendering() { - return false; + return true; } /// Attempt to use a faster method to perform a surface copy