mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
DX11: Fix a small mistake.
Remove some incorrect and/or confusing comments. Fixes issue 5251. Thanks to limburgerite :)
This commit is contained in:
parent
09197e0ffc
commit
e979b2d4a2
3 changed files with 1 additions and 9 deletions
|
@ -844,9 +844,6 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons
|
|||
Core::Callback_VideoCopiedToXFB(false);
|
||||
return;
|
||||
}
|
||||
// this function is called after the XFB field is changed, not after
|
||||
// EFB is copied to XFB. In this way, flickering is reduced in games
|
||||
// and seems to also give more FPS in ZTP
|
||||
|
||||
if (field == FIELD_LOWER) xfbAddr -= fbWidth * 2;
|
||||
u32 xfbCount = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue