(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…
Reference in New Issue