mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Unused arguments removed from XFBSource::Draw
Thanks neo.
This commit is contained in:
@ -1379,7 +1379,7 @@ void Renderer::Swap(u32 xfbAddr, u32 fbWidth, u32 fbHeight,const EFBRectangle& r
|
||||
sourceRc.top = xfbSource->sourceRc.top;
|
||||
sourceRc.bottom = xfbSource->sourceRc.bottom;
|
||||
|
||||
xfbSource->Draw(sourceRc, drawRc, 0, 0);
|
||||
xfbSource->Draw(sourceRc, drawRc);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user