1
0
Fork 0
forked from len0rd/rockbox

Remote LCD support added to the x11 simulator, take 1. The win32 simulator

still builds, but shows no remote LCD yet.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6510 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-05-23 16:23:25 +00:00
parent ed42300bff
commit ac31e6af87
12 changed files with 215 additions and 30 deletions

View file

@ -112,9 +112,9 @@ descramble.S
#endif
drivers/lcd.S
#ifdef IRIVER_H100
drivers/lcd-h100-remote.c
#ifndef SIMULATOR
drivers/uda1380.c
drivers/lcd-h100-remote.c
pcm_playback.c
#endif
#endif