mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Fix XFB scaling in D3D
This commit is contained in:
parent
8f61c6f239
commit
5a3f19aeaf
3 changed files with 12 additions and 12 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
// Submit video data to be drawn. This will change the current state of the
|
||||
// TV. xfbAddr points to YUYV data stored in GameCube/Wii RAM, but the XFB
|
||||
// may be virtualized when rendering so the RAM may not actually be read.
|
||||
void Submit(u32 xfbAddr, u32 width, u32 height);
|
||||
void Submit(u32 xfbAddr, u32 stride, u32 width, u32 height);
|
||||
|
||||
// Render the current state of the TV.
|
||||
void Render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue