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:
parent
22e3d56940
commit
5db6b51759
5 changed files with 48 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue