mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(Lakka) Fix theme path
This commit is contained in:
parent
d46bd44a7c
commit
1f6d86ebcc
@ -782,6 +782,7 @@ static void lakka_context_reset(void *data)
|
||||
if (!menu)
|
||||
return;
|
||||
|
||||
fill_pathname_join(dirpath, g_settings.assets_directory, "lakka", sizeof(dirpath));
|
||||
fill_pathname_join(dirpath, g_settings.assets_directory, THEME, sizeof(dirpath));
|
||||
fill_pathname_slash(dirpath, sizeof(dirpath));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user