From fa9339a63e6c3a13a7780b7d9e3e614e6a2239e3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 18 Jun 2009 19:12:43 +0000 Subject: c200v2 simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21333 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'uisimulator/sdl/uisdl.h') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 7e5cbc5170..9dbfd82ce9 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -206,8 +206,12 @@ #define UI_LCD_POSX 42 /* x position of lcd */ #define UI_LCD_POSY 37 /* y position of lcd */ -#elif defined(SANSA_C200) +#elif defined(SANSA_C200) || defined(SANSA_C200V2) +#ifdef SANSA_C200 #define UI_TITLE "Sansa c200" +#else +#define UI_TITLE "Sansa c200v2" +#endif #define UI_WIDTH 350 /* width of GUI window */ #define UI_HEIGHT 152 /* height of GUI window */ #define UI_LCD_POSX 42 /* x position of lcd */ -- cgit v1.2.3