mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
Remove extra space from 5a32c3f
This commit is contained in:
parent
ad978122d9
commit
0af2bbcea3
@ -241,7 +241,7 @@ static void BPWritten(const BPCmd& bp)
|
|||||||
else
|
else
|
||||||
yScale = (float)bpmem.dispcopyyscale / 256.0f;
|
yScale = (float)bpmem.dispcopyyscale / 256.0f;
|
||||||
|
|
||||||
float num_xfb_lines = 1.0f + bpmem.copyTexSrcWH.y * yScale;
|
float num_xfb_lines = 1.0f + bpmem.copyTexSrcWH.y * yScale;
|
||||||
|
|
||||||
u32 height = static_cast<u32>(num_xfb_lines);
|
u32 height = static_cast<u32>(num_xfb_lines);
|
||||||
if (height > MAX_XFB_HEIGHT)
|
if (height > MAX_XFB_HEIGHT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user