mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-24 01:09:51 +00:00
Backport d98ef887fc
This commit is contained in:
parent
effa08f0a7
commit
a6b33da8c4
@ -855,6 +855,10 @@ void PS_GPU::ProcessFIFO(void)
|
||||
FBRW_CurY++;
|
||||
if(FBRW_CurY == (FBRW_Y + FBRW_H))
|
||||
{
|
||||
/* Upload complete, send over to RSX */
|
||||
rsx_load_image(FBRW_X, FBRW_Y,
|
||||
FBRW_W, FBRW_H,
|
||||
this->vram);
|
||||
InCmd = INCMD_NONE;
|
||||
break; // Break out of the for() loop.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user