summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/FramebufferManagerBase.h
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@gmail.com>2012-09-29 00:19:28 +0200
committerNeoBrainX <NeoBrainX@gmail.com>2012-11-16 14:29:09 +0100
commita38bb488d205752dd3c3e59bae55924ae286c4ec (patch)
treea28590246ad849e74484f9753013dac1e6178c0f /Source/Core/VideoCommon/Src/FramebufferManagerBase.h
parent78031c2d54b4acbca14747c57572b34e2530e474 (diff)
Remove Renderer::xScale and Renderer::yScale.
Diffstat (limited to 'Source/Core/VideoCommon/Src/FramebufferManagerBase.h')
-rw-r--r--Source/Core/VideoCommon/Src/FramebufferManagerBase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/Src/FramebufferManagerBase.h b/Source/Core/VideoCommon/Src/FramebufferManagerBase.h
index a28a941e5b..d915130ac4 100644
--- a/Source/Core/VideoCommon/Src/FramebufferManagerBase.h
+++ b/Source/Core/VideoCommon/Src/FramebufferManagerBase.h
@@ -55,6 +55,9 @@ public:
static unsigned int LastXfbWidth() { return s_last_xfb_width; }
static unsigned int LastXfbHeight() { return s_last_xfb_height; }
+ static unsigned int ScaleToVirtualXfbWidth(unsigned int width, unsigned int backbuffer_width);
+ static unsigned int ScaleToVirtualXfbHeight(unsigned int height, unsigned int backbuffer_height);
+
protected:
struct VirtualXFB
{