mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
rsx: Move PS3-compliant behavior to a new option
This commit is contained in:
parent
b637429e44
commit
7c8fbc35bc
6 changed files with 9 additions and 3 deletions
|
@ -106,11 +106,13 @@ namespace rsx
|
|||
|
||||
if (addr == rsx->device_addr + 0x30)
|
||||
{
|
||||
if (g_cfg.video.frame_limit == frame_limit_type::_auto)
|
||||
if (g_cfg.video.frame_limit == frame_limit_type::_ps3 && rsx->requested_vsync)
|
||||
{
|
||||
// Enables PS3-compliant vblank behavior
|
||||
rsx->flip_sema_wait_val = arg;
|
||||
rsx->wait_for_flip_sema = (sema != arg);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue