mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Renderer: Use old method of calculating the source rectangle.
This commit is contained in:
parent
46bb4fd364
commit
af8ac328e5
2 changed files with 6 additions and 2 deletions
|
@ -24,6 +24,7 @@ struct XFBSourceBase
|
|||
unsigned int texWidth;
|
||||
unsigned int texHeight;
|
||||
|
||||
// TODO: only used by OGL
|
||||
TargetRectangle sourceRc;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue