1
0
Fork 0
forked from len0rd/rockbox

Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-08-12 19:49:03 +00:00
parent 90c40b7fea
commit f28da1a35a
40 changed files with 565 additions and 560 deletions

View file

@ -27,7 +27,7 @@
#ifdef HAVE_REMOTE_LCD
#if defined(TARGET_TREE) && !defined(SIMULATOR)
#if defined(TARGET_TREE)
#include "lcd-remote-target.h"
#endif