mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00: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