This commit is contained in:
twinaphex 2016-03-24 19:32:39 +01:00
parent 516423a2e3
commit cec03bf320

View File

@ -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)