mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Fix some fractional EFB scaling issues.
This commit is contained in:
parent
f88e7d3b73
commit
b02bb7617f
4 changed files with 102 additions and 39 deletions
|
@ -55,8 +55,8 @@ 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);
|
||||
static int ScaleToVirtualXfbWidth(int x, unsigned int backbuffer_width);
|
||||
static int ScaleToVirtualXfbHeight(int y, unsigned int backbuffer_height);
|
||||
|
||||
protected:
|
||||
struct VirtualXFB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue