Keep thumbnails at the root, since they have their own repo, for the sake of consistency with libretro-fetch

This commit is contained in:
Jean-André Santoni 2016-05-01 02:03:17 +07:00
parent ec9aea1189
commit 0c09050760

View File

@ -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,