rsx: Cleanup changes for the flip patch

This commit is contained in:
kd-11 2018-09-22 10:51:48 +03:00 committed by kd-11
parent 699eadc84f
commit a3d44b5e1f
9 changed files with 112 additions and 60 deletions

View file

@ -1116,6 +1116,8 @@ namespace rsx
void flip_command(thread* rsx, u32, u32 arg)
{
verify(HERE), rsx->isHLE;
rsx->reset();
rsx->request_emu_flip(arg);
}