From 32622072237b108b6926d40c75053d8fd1afb017 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Mon, 28 Oct 2002 20:00:19 +0000 Subject: Updated for better player simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2760 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 89e3cea102..9b628828ae 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -29,6 +29,9 @@ #include "string.h" #include "lcd.h" +extern char having_new_lcd; + + void backlight_on(void) { /* we could do something better here! */ @@ -163,7 +166,7 @@ bool oscillograph(void) bool has_new_lcd(void) { - return false; + return having_new_lcd; } void lcd_set_contrast( int x ) -- cgit v1.2.3