From 0a4b247080dd132e847071adbc006ad9de2ca608 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Oct 2002 12:25:57 +0000 Subject: The player firmware now autodetects the LCD type. No need for two player versions anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index ad334f5561..abdec40e02 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -212,3 +212,13 @@ bool oscillograph(void) /* does nothing */ return false; } + +void lcd_double_height(bool onoff) +{ + (void)onoff; +} + +bool has_new_lcd(void) +{ + return false; +} -- cgit v1.2.3