summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/lcd-bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/lcd-bitmap.c')
-rw-r--r--firmware/target/hosted/sdl/lcd-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/lcd-bitmap.c b/firmware/target/hosted/sdl/lcd-bitmap.c
index 6dfbffff37..7058b26e8c 100644
--- a/firmware/target/hosted/sdl/lcd-bitmap.c
+++ b/firmware/target/hosted/sdl/lcd-bitmap.c
@@ -160,7 +160,7 @@ void sim_backlight(int value)
160#endif /* HAVE_BACKLIGHT */ 160#endif /* HAVE_BACKLIGHT */
161 161
162/* initialise simulator lcd driver */ 162/* initialise simulator lcd driver */
163void sim_lcd_init(void) 163void lcd_init_device(void)
164{ 164{
165#if LCD_DEPTH == 16 165#if LCD_DEPTH == 16
166 lcd_surface = SDL_CreateRGBSurface(SDL_SWSURFACE, 166 lcd_surface = SDL_CreateRGBSurface(SDL_SWSURFACE,