Use SERIOUS_MHZ envvar for the time being

This commit is contained in:
Joshua Scoggins 2016-04-20 19:24:51 -07:00
parent dbd896b58d
commit 7f682180f3

View File

@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <Engine/Base/Priority.inl>
// !!! FIXME: use SDL timer code instead and rdtsc never?
#if (USE_PORTABLE_C) || PLATFORM_UNIX
#if (USE_PORTABLE_C)
#define USE_GETTIMEOFDAY 1
#endif