ps2dev / ps2sdk

Homebrew PS2 SDK
Other
896 stars 132 forks source link

Fix usage of `clock` and `CLOCKS_PER_SEC` #590

Closed fjtrujy closed 2 months ago

fjtrujy commented 2 months ago

Description

After fixing the implementation of clock(), now it returns values in microseconds, so now we need to make some adjustments.

Before mergin this PR we need to merge first https://github.com/ps2dev/newlib/pull/12