summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-11-07 05:30:31 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-11-07 05:30:31 +0000
commit5db6b51759fa1b2e9595a177414874fc928d5180 (patch)
tree5cc59f4a3a9dd1499c233beaa714015618064f6e /apps
parent22e3d5694030a919402a77c31178a60ce3839194 (diff)
downloadrockbox-5db6b51759fa1b2e9595a177414874fc928d5180.tar.gz
rockbox-5db6b51759fa1b2e9595a177414874fc928d5180.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/doom/i_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c
index 95ea7a8f68..40ebe981b4 100644
--- a/apps/plugins/doom/i_system.c
+++ b/apps/plugins/doom/i_system.c
@@ -87,7 +87,7 @@ void doomtime(void)
87 87
88int I_GetTime (void) 88int I_GetTime (void)
89{ 89{
90#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR) && !defined(RB_PROFILE) 90#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE)
91 return doomtimer; 91 return doomtimer;
92#else 92#else
93#if HZ==100 93#if HZ==100