Skip to content

Commit

Permalink
[WIP] Fix sys_time_get_timebase_frequency()
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Mar 14, 2019
1 parent 67c35cf commit 245af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/lv2/sys_time.cpp
Expand Up @@ -216,5 +216,5 @@ u64 sys_time_get_timebase_frequency()
{
sys_time.trace("sys_time_get_timebase_frequency()");

return g_timebase_freq;
return g_timebase_freq / 3 * 2;
}

0 comments on commit 245af78

Please sign in to comment.