Browse Source

TEST: Skip AccelerateConditionalRendering()

pull/56/head
Gamer64 8 months ago
committed by crueter
parent
commit
70b8561adb
  1. 2
      src/video_core/rasterizer_interface.h

2
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

Loading…
Cancel
Save