summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorTom Ross <midgey@rockbox.org>2009-02-27 07:57:29 +0000
committerTom Ross <midgey@rockbox.org>2009-02-27 07:57:29 +0000
commit353ebd09670edea2fb9316e1c8ec79c9c5df8380 (patch)
tree07d976d91ec79dc5f8d844fdb7c5f6bc81d4b5ee /uisimulator/common
parent5d190bc13ca9af15d50029ecbcb5c178ed3f2b85 (diff)
downloadrockbox-353ebd09670edea2fb9316e1c8ec79c9c5df8380.tar.gz
rockbox-353ebd09670edea2fb9316e1c8ec79c9c5df8380.zip
Small bit from my GSoC work: Unify the way the simulator accesses voice strings. In the future this will allow plugin menus to be translated and voiced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20125 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/stubs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index d73fe4cdd6..78171ac82b 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -351,7 +351,3 @@ void system_reboot(void)
351 thread_sdl_exception_wait(); 351 thread_sdl_exception_wait();
352} 352}
353 353
354/* assure an unused place to direct virtual pointers to */
355#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
356unsigned char vp_dummy[VIRT_SIZE];
357