libretro / beetle-psx-libretro

Standalone port/fork of Mednafen PSX to the Libretro API.
GNU General Public License v2.0
309 stars 131 forks source link

MIPS: Use clock_gettime instead of gettimeofday #906

Open wzssyqa opened 2 months ago

wzssyqa commented 2 months ago

I noticed that gettimeofday is used for MIPS, and clock_gettime is used for other architectures in libretro-common/rthreads/rthreads.c.

Any consideration?