mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-29 08:46:24 -04:00
Fix #if
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9458 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f57ce484e
commit
ee80e003b3
1 changed files with 3 additions and 3 deletions
|
|
@ -16,8 +16,8 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* $Log$
|
* $Log$
|
||||||
* Revision 1.6 2006/04/03 16:13:15 kkurbjun
|
* Revision 1.7 2006/04/03 16:30:12 kkurbjun
|
||||||
* Add grayscale lib for the H100's
|
* Fix #if
|
||||||
*
|
*
|
||||||
* Revision 1.5 2006-04-03 08:51:08 bger
|
* Revision 1.5 2006-04-03 08:51:08 bger
|
||||||
* Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.
|
* Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.
|
||||||
|
|
@ -344,7 +344,7 @@ void I_UpdateNoBlit (void)
|
||||||
|
|
||||||
void I_FinishUpdate (void)
|
void I_FinishUpdate (void)
|
||||||
{
|
{
|
||||||
#if defined(LCD_H300) && !defined(SIMULATOR)
|
#if (CONFIG_LCD == LCD_H300) && !defined(SIMULATOR)
|
||||||
/*
|
/*
|
||||||
Lookup tables are no longer needed (H300 specific, decreases timedemo
|
Lookup tables are no longer needed (H300 specific, decreases timedemo
|
||||||
by about 500 tics)
|
by about 500 tics)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue