mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
rsx: Cleanup changes for the flip patch
This commit is contained in:
parent
699eadc84f
commit
a3d44b5e1f
9 changed files with 112 additions and 60 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue