mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
Fix cellCamera events support with clocks scaling
This commit is contained in:
parent
c53f0dd7b5
commit
22994d15fb
@ -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…
x
Reference in New Issue
Block a user