mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 21:35:12 +00:00
Warning fixes
This commit is contained in:
parent
e7fd84e031
commit
b49a1f27eb
63 changed files with 165 additions and 208 deletions
|
|
@ -180,7 +180,7 @@ void initialize_timebased_time(u64 timebased_init, bool reset)
|
|||
}
|
||||
|
||||
const u64 current = get_timebased_time();
|
||||
timebased_init = get_timebased_time() - timebased_init;
|
||||
timebased_init = current - timebased_init;
|
||||
|
||||
timebase_offset = timebased_init;
|
||||
systemtime_offset = timebased_init / (g_timebase_freq / 1000000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue