mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix cellCamera events support with clocks scaling
This commit is contained in:
parent
c53f0dd7b5
commit
22994d15fb
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ void camera_context::operator()()
|
|||
if (time_passed >= frame_target_time)
|
||||
break;
|
||||
|
||||
thread_ctrl::wait_for(frame_target_time - time_passed);
|
||||
lv2_obj::wait_timeout(frame_target_time - time_passed);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue