rsx: Fixup flip behaviour

- handle_emu_flip is very heavy, only fire
This commit is contained in:
kd-11 2018-09-25 22:45:09 +03:00 committed by kd-11
parent f056ef7a80
commit 6a9f234dc7
3 changed files with 3 additions and 6 deletions

View file

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