mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Rebuild D_REDUMPCACHE_IDX path when needed
This commit is contained in:
parent
2f1b2c6adf
commit
2210a0a70c
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ static void RebuildUserDirectories(unsigned int dir_index)
|
|||
|
||||
case D_CACHE_IDX:
|
||||
s_user_paths[D_COVERCACHE_IDX] = s_user_paths[D_CACHE_IDX] + COVERCACHE_DIR DIR_SEP;
|
||||
s_user_paths[D_REDUMPCACHE_IDX] = s_user_paths[D_CACHE_IDX] + REDUMPCACHE_DIR DIR_SEP;
|
||||
s_user_paths[D_SHADERCACHE_IDX] = s_user_paths[D_CACHE_IDX] + SHADERCACHE_DIR DIR_SEP;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue