mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
WIP XFB scaling.
Still an ugly mess.
This commit is contained in:
parent
0d1c1e9477
commit
32e5043b29
11 changed files with 30 additions and 25 deletions
|
@ -201,7 +201,7 @@ void VideoSoftware::Video_Prepare()
|
|||
}
|
||||
|
||||
// Run from the CPU thread (from VideoInterface.cpp)
|
||||
void VideoSoftware::Video_BeginField(u32 xfbAddr, u32 fbWidth, u32 fbHeight)
|
||||
void VideoSoftware::Video_BeginField(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight)
|
||||
{
|
||||
s_beginFieldArgs.xfbAddr = xfbAddr;
|
||||
s_beginFieldArgs.fbWidth = fbWidth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue