Remove Renderer::xScale and Renderer::yScale.

This commit is contained in:
NeoBrainX 2012-09-29 00:19:28 +02:00
commit a38bb488d2
9 changed files with 56 additions and 70 deletions

View file

@ -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
{