(Lakka) Fix a color mode bug

This commit is contained in:
Jean-André Santoni 2014-08-11 14:52:41 +02:00
parent f910a68083
commit ed92aadd65

View File

@ -750,6 +750,8 @@ static void lakka_context_reset(void *data)
menu_handle_t *menu = (menu_handle_t*)data;
gl_t *gl = (gl_t*)driver.video_data;
driver.gfx_use_rgba = true;
if (!menu)
return;
@ -961,8 +963,6 @@ static void *lakka_init(void)
if (!menu || !gl)
return NULL;
driver.gfx_use_rgba = true;
lakka_responsive();
lakka_init_core_info(menu);