mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Merge pull request #868 from lakkatv/lakka
(Lakka) Fix a color mode bug
This commit is contained in:
commit
1f9a5c2e0a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user