1
0
Fork 0
forked from len0rd/rockbox

Get the user timer working properly consequentially fixing doom without a hack.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15510 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-11-07 05:30:31 +00:00
parent 22e3d56940
commit 5db6b51759
5 changed files with 48 additions and 51 deletions

View file

@ -87,7 +87,7 @@ void doomtime(void)
int I_GetTime (void)
{
#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR) && !defined(RB_PROFILE)
#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE)
return doomtimer;
#else
#if HZ==100