From a973bd8dfa8bd34c886791ca8a0dd4d5cfe910d5 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Wed, 16 Nov 2016 14:36:00 +0100 Subject: [PATCH] Clarify this function --- libretro-common/include/features/features_cpu.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libretro-common/include/features/features_cpu.h b/libretro-common/include/features/features_cpu.h index eed29d0e5c..8a0a046de7 100644 --- a/libretro-common/include/features/features_cpu.h +++ b/libretro-common/include/features/features_cpu.h @@ -43,15 +43,17 @@ retro_perf_tick_t cpu_features_get_perf_counter(void); /** * cpu_features_get_time_usec: * - * Gets time in microseconds. * - * Returns: time in microseconds. + * Gets time in microseconds, from an undefined epoch. + * The epoch may change between computers or across reboots. + * + * Returns: time in microseconds **/ retro_time_t cpu_features_get_time_usec(void); /** * cpu_features_get: * - * Gets CPU features.. + * Gets CPU features. * * Returns: bitmask of all CPU features available. **/