From b585e87b454917f0424541a34c0b41b1fe83f694 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Thu, 9 Feb 2006 21:49:28 +0000 Subject: 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 --- uisimulator/sdl/SOURCES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'uisimulator/sdl/SOURCES') diff --git a/uisimulator/sdl/SOURCES b/uisimulator/sdl/SOURCES index cbb39a4e6a..41890048de 100644 --- a/uisimulator/sdl/SOURCES +++ b/uisimulator/sdl/SOURCES @@ -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 -- cgit v1.2.3