summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-06-29 16:43:15 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-06-29 16:43:15 +0000
commit3f54121fde834041970ddeda09edd06ba1939850 (patch)
tree289b2a511d23bb7b7580a9017639d6f2538c48f9 /uisimulator/common
parentba371fb595affd68c823926b85718d1d613dc7d3 (diff)
downloadrockbox-3f54121fde834041970ddeda09edd06ba1939850.tar.gz
rockbox-3f54121fde834041970ddeda09edd06ba1939850.zip
Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3770 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/stubs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index cfef2b5bff..d3e5189d49 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -165,12 +165,6 @@ int rtc_write(int address, int value)
165 return 0; 165 return 0;
166} 166}
167 167
168bool oscillograph(void)
169{
170 /* does nothing */
171 return false;
172}
173
174bool has_new_lcd(void) 168bool has_new_lcd(void)
175{ 169{
176 return having_new_lcd; 170 return having_new_lcd;