diff options
Diffstat (limited to 'Source/Core/VideoCommon/Src/FramebufferManagerBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/Src/FramebufferManagerBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/FramebufferManagerBase.h b/Source/Core/VideoCommon/Src/FramebufferManagerBase.h index 902e781a70..e529bb1a39 100644 --- a/Source/Core/VideoCommon/Src/FramebufferManagerBase.h +++ b/Source/Core/VideoCommon/Src/FramebufferManagerBase.h @@ -17,7 +17,7 @@ struct XFBSourceBase // TODO: only DX9 uses the width/height params virtual void Draw(const MathUtil::Rectangle<float> &sourcerc, - const MathUtil::Rectangle<float> &drawrc, u32 width, u32 height) const = 0; + const MathUtil::Rectangle<float> &drawrc, int width, int height) const = 0; virtual void DecodeToTexture(u32 xfbAddr, u32 fbWidth, u32 fbHeight) = 0; |
