mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Lakka) fix build
This commit is contained in:
parent
4449f071ed
commit
d362fa818a
@ -60,7 +60,7 @@ static int menu_lakka_iterate(unsigned action)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (driver.video_data && driver.menu_ctx && driver.menu_ctx->set_texture)
|
if (driver.video_data && driver.menu_ctx && driver.menu_ctx->set_texture)
|
||||||
driver.menu_ctx->set_texture(driver.menu, false);
|
driver.menu_ctx->set_texture(driver.menu);
|
||||||
|
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user