mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Remove Renderer::xScale and Renderer::yScale.
This commit is contained in:
parent
78031c2d54
commit
a38bb488d2
9 changed files with 56 additions and 70 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue