From 2a7b8e9c1d8b8c0960da1affe4a1bdc191b95a50 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 11 Jun 2004 01:12:37 +0000 Subject: [PATCH] comment --- stepmania/src/arch/ArchHooks/ArchHooks.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/arch/ArchHooks/ArchHooks.h b/stepmania/src/arch/ArchHooks/ArchHooks.h index 39d541768a..b9cb5abd23 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks.h +++ b/stepmania/src/arch/ArchHooks/ArchHooks.h @@ -42,6 +42,10 @@ public: * This is a static function, implemented in whichever ArchHooks source is used, * so it can be used at any time (such as in global constructors), before HOOKS * is initialized. + * + * RageTimer layers on top of this, and attempts to correct wrapping, as the + * underlying timers may be 32-bit, but implementations should try to avoid + * wrapping if possible. */ static int64_t GetMicrosecondsSinceStart( bool bAccurate ); };