mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Timers scaling and fixes
This commit is contained in:
parent
d17be2c2ec
commit
85b1152e29
27 changed files with 160 additions and 162 deletions
|
@ -38,7 +38,7 @@ void mic_context::operator()()
|
|||
continue;
|
||||
}
|
||||
|
||||
const u64 stamp0 = get_system_time();
|
||||
const u64 stamp0 = get_guest_system_time();
|
||||
const u64 time_pos = stamp0 - start_time - Emu.GetPauseTime();
|
||||
|
||||
const u64 expected_time = m_counter * 256 * 1000000 / 48000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue