mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
ps2, minor audio and gfx fixes
This commit is contained in:
parent
4abc40d56b
commit
3eb1d64585
3 changed files with 9 additions and 11 deletions
|
@ -115,7 +115,7 @@ unsigned int plat_get_ticks_ms(void)
|
|||
|
||||
ret = (unsigned)tv.tv_sec * 1000;
|
||||
/* approximate /= 1000 */
|
||||
ret += ((unsigned)tv.tv_usec * 4195) >> 22;
|
||||
ret += ((unsigned)tv.tv_usec * 4194) >> 22;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue