X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;fp=maemo%2Fhildon.c;h=8e7635a6c09b223d7f3f3852518b0340c9718a0f;hp=8948c3bb666251d3faeb9b8d8e808bfeefb9da9e;hb=4ea7de6a1495abfbc49c54fd2a90e902fdfa13d9;hpb=b07c18e8645a17be916266820ae564e0d320cc1a diff --git a/maemo/hildon.c b/maemo/hildon.c index 8948c3bb..8e7635a6 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)