mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +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;
|
||||
|
||||
fill_pathname_join(iconpath, settings->assets_directory,
|
||||
"glui", sizeof(iconpath));
|
||||
"zahnrad", sizeof(iconpath));
|
||||
fill_pathname_slash(iconpath, sizeof(iconpath));
|
||||
|
||||
wimp_layout(wimp);
|
||||
|
Loading…
Reference in New Issue
Block a user