From 4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 29 Apr 2012 19:18:49 +0300 Subject: gpu plugins: always support 16bpp blit use this for generic sdl and maemo --- maemo/hildon.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maemo') diff --git a/maemo/hildon.c b/maemo/hildon.c index 8948c3b..8e7635a 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -182,6 +182,8 @@ void maemo_init(int *argc, char ***argv) g_layer_x = (X_RES - D_WIDTH) / 2; g_layer_y = (Y_RES - D_HEIGHT) / 2; g_layer_w = D_WIDTH, g_layer_h = D_HEIGHT; + + pl_rearmed_cbs.only_16bpp = 1; } void menu_loop(void) -- cgit v1.2.3