mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Fix typo.
This commit is contained in:
parent
1c9895611b
commit
d1f80a38fc
@ -612,7 +612,7 @@ struct retro_perf_counter
|
|||||||
bool registered;
|
bool registered;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Returns current time in microsec sec. Tries to use the most accurate timer available.
|
// Returns current time in microseconds. Tries to use the most accurate timer available.
|
||||||
typedef retro_time_t (*retro_perf_get_time_usec_t)(void);
|
typedef retro_time_t (*retro_perf_get_time_usec_t)(void);
|
||||||
// A simple counter. Usually nanoseconds, but can also be CPU cycles.
|
// A simple counter. Usually nanoseconds, but can also be CPU cycles.
|
||||||
// Can be used directly if desired (when creating a more sophisticated performance counter system).
|
// Can be used directly if desired (when creating a more sophisticated performance counter system).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user