mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
look for assets in the correct folder
This commit is contained in:
parent
87c2f16ca7
commit
11423ac52e
@ -2090,7 +2090,7 @@ static void zr_context_reset(void *data)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
fill_pathname_join(iconpath, settings->assets_directory,
|
fill_pathname_join(iconpath, settings->assets_directory,
|
||||||
"glui", sizeof(iconpath));
|
"zahnrad", sizeof(iconpath));
|
||||||
fill_pathname_slash(iconpath, sizeof(iconpath));
|
fill_pathname_slash(iconpath, sizeof(iconpath));
|
||||||
|
|
||||||
wimp_layout(wimp);
|
wimp_layout(wimp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user