mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
fix wallpapers dir
This commit is contained in:
parent
0ef416970c
commit
cc215061fc
@ -255,9 +255,9 @@ static void frontend_win32_environment_get(int *argc, char *argv[],
|
||||
fill_pathname_expand_special(g_defaults.dir.remap,
|
||||
":/config/remap", sizeof(g_defaults.dir.remap));
|
||||
fill_pathname_expand_special(g_defaults.dir.wallpapers,
|
||||
":/wallpapers", sizeof(g_defaults.dir.wallpapers));
|
||||
":/assets/wallpapers", sizeof(g_defaults.dir.wallpapers));
|
||||
fill_pathname_expand_special(g_defaults.dir.thumbnails,
|
||||
":/thumbnails", sizeof(g_defaults.dir.thumbnails));
|
||||
":/assets/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…
x
Reference in New Issue
Block a user