Timers scaling and fixes

This commit is contained in:
Eladash 2019-07-14 06:55:11 +03:00 committed by Ani
parent d17be2c2ec
commit 85b1152e29
27 changed files with 160 additions and 162 deletions

View file

@ -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;