mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
Keep thumbnails at the root, since they have their own repo, for the sake of consistency with libretro-fetch
This commit is contained in:
parent
ec9aea1189
commit
0c09050760
@ -257,7 +257,7 @@ static void frontend_win32_environment_get(int *argc, char *argv[],
|
||||
fill_pathname_expand_special(g_defaults.dir.wallpapers,
|
||||
":/assets/wallpapers", sizeof(g_defaults.dir.wallpapers));
|
||||
fill_pathname_expand_special(g_defaults.dir.thumbnails,
|
||||
":/assets/thumbnails", sizeof(g_defaults.dir.thumbnails));
|
||||
":/thumbnails", sizeof(g_defaults.dir.thumbnails));
|
||||
fill_pathname_expand_special(g_defaults.dir.overlay,
|
||||
":/overlays", sizeof(g_defaults.dir.overlay));
|
||||
fill_pathname_expand_special(g_defaults.dir.osk_overlay,
|
||||
|
Loading…
Reference in New Issue
Block a user