1
0
Fork 0
forked from len0rd/rockbox

Refactor SDL sim source so drawing routines are written once. Split bitmap, remote, and charcell LCD in to their own files. Add zoom support, use --zoom factor (e.g. --zoom 2 for two times zoom) to use it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8645 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2006-02-09 21:49:28 +00:00
parent f42f42e554
commit b585e87b45
13 changed files with 431 additions and 286 deletions

View file

@ -1,5 +1,13 @@
button.c
kernel.c
#ifdef HAVE_LCD_BITMAP
lcd-bitmap.c
#elif HAVE_LCD_CHARCELLS
lcd-charcell.c
#endif
#ifdef HAVE_REMOTE_LCD
lcd-remote.c
#endif
lcd-sdl.c
sound.c
thread-sdl.c