mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +00:00
(Lakka) build fix
This commit is contained in:
parent
e1ddd908fe
commit
9e132a0c24
@ -1145,8 +1145,8 @@ static void *lakka_init(void)
|
||||
if (info == NULL)
|
||||
{
|
||||
free(menu);
|
||||
return NULL
|
||||
};
|
||||
return NULL;
|
||||
}
|
||||
|
||||
strlcpy(category->name, info->display_name, sizeof(category->name));
|
||||
strlcpy(category->libretro, info->path, sizeof(category->libretro));
|
||||
|
Loading…
Reference in New Issue
Block a user