diff options
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.h')
| -rw-r--r-- | Source/Core/VideoCommon/FramebufferManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/FramebufferManager.h b/Source/Core/VideoCommon/FramebufferManager.h index e6e7cdc920..62c8c177fc 100644 --- a/Source/Core/VideoCommon/FramebufferManager.h +++ b/Source/Core/VideoCommon/FramebufferManager.h @@ -110,7 +110,7 @@ public: // Clears the EFB using shaders. void ClearEFB(const MathUtil::Rectangle<int>& rc, bool clear_color, bool clear_alpha, - bool clear_z, u32 color, u32 z); + bool clear_z, u32 color, u32 z, PixelFormat pixel_format); AbstractPipeline* GetClearPipeline(bool clear_color, bool clear_alpha, bool clear_z) const; |
