mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 16:10:29 +00:00
Fix typo.
This commit is contained in:
parent
1c9895611b
commit
d1f80a38fc
@ -612,7 +612,7 @@ struct retro_perf_counter
|
||||
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);
|
||||
// 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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user