mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
The simulated version shall not have a BITMAP_LCD any more (fucked up the screen).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2706 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5fddbf488a
commit
fdb7b41771
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ $(OBJDIR)/power.o: $(DRIVERS)/power.c
|
|||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/lcd-playersim.o: ../common/lcd-playersim.c
|
||||
$(CC) $(CFLAGS) -DHAVE_LCD_BITMAP -c $< -o $@
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
# these ones are simulator-specific
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue