mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
The ifdef in cpu_features_get_time_usec was more portable than the one in cpu_features_get_perf_counter. Make them the same to avoid 'undefined reference to __mftb' on FreeBSD/powerpc64.