mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-24 01:09:51 +00:00
Backport ce159891fc
This commit is contained in:
parent
516423a2e3
commit
cec03bf320
@ -568,9 +568,9 @@ static void G_Command_FBCopy(PS_GPU* g, const uint32 *cb)
|
||||
}
|
||||
}
|
||||
|
||||
rsx_load_image(destX, destY,
|
||||
width, height,
|
||||
g->vram);
|
||||
rsx_copy_rect(sourceX, sourceY,
|
||||
destX, destY,
|
||||
width, height);
|
||||
}
|
||||
|
||||
static void G_Command_FBWrite(PS_GPU* g, const uint32 *cb)
|
||||
|
Loading…
Reference in New Issue
Block a user