forked from dolphin-emu/dolphin
Remove Renderer::xScale and Renderer::yScale.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user