mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
rsx: Fixup flip behaviour
- handle_emu_flip is very heavy, only fire
This commit is contained in:
parent
f056ef7a80
commit
6a9f234dc7
3 changed files with 3 additions and 6 deletions
|
@ -1356,7 +1356,7 @@ namespace rsx
|
|||
|
||||
void thread::do_local_task(FIFO_state state)
|
||||
{
|
||||
if (async_flip_requested & flip_request::any)
|
||||
if (async_flip_requested & flip_request::emu_requested)
|
||||
{
|
||||
handle_emu_flip(async_flip_buffer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue