forked from len0rd/rockbox
Doom for the Gigabeat and some code reduction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12051 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b65fc2480
commit
b47a43aa28
24 changed files with 247 additions and 277 deletions
|
@ -15,8 +15,8 @@
|
|||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.9 2006/04/15 22:08:36 kkurbjun
|
||||
// $Log: i_system.c,v $
|
||||
// Revision 1.9 2006-04-15 22:08:36 kkurbjun
|
||||
// Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.
|
||||
//
|
||||
// Revision 1.8 2006-04-14 21:07:55 kkurbjun
|
||||
|
@ -87,7 +87,7 @@ void doomtime(void)
|
|||
|
||||
int I_GetTime (void)
|
||||
{
|
||||
#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE)
|
||||
#if defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F) && !defined(SIMULATOR) && !defined(RB_PROFILE)
|
||||
return doomtimer;
|
||||
#else
|
||||
#if HZ==100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue