mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
pull in fae036635f
This commit is contained in:
parent
cf04e7d6af
commit
a513283950
2 changed files with 4 additions and 1 deletions
|
@ -134,3 +134,6 @@
|
|||
// Subdirs in Sys
|
||||
#define GC_SYS_DIR "GC"
|
||||
#define WII_SYS_DIR "Wii"
|
||||
|
||||
// Slippi
|
||||
#define USER_JSON "user.json"
|
||||
|
|
|
@ -930,7 +930,7 @@ static void RebuildUserDirectories(unsigned int dir_index)
|
|||
s_user_paths[F_FAKEVMEMDUMP_IDX] = s_user_paths[D_DUMP_IDX] + FAKEVMEM_DUMP;
|
||||
s_user_paths[F_GCSRAM_IDX] = s_user_paths[D_GCUSER_IDX] + GC_SRAM;
|
||||
s_user_paths[F_WIISDCARD_IDX] = s_user_paths[D_WIIROOT_IDX] + DIR_SEP WII_SDCARD;
|
||||
s_user_paths[F_USERJSON_IDX] = s_user_paths[D_USER_IDX] + "user.json";
|
||||
s_user_paths[F_USERJSON_IDX] = s_user_paths[D_SLIPPI_IDX] + USER_JSON;
|
||||
|
||||
s_user_paths[D_MEMORYWATCHER_IDX] = s_user_paths[D_USER_IDX] + MEMORYWATCHER_DIR DIR_SEP;
|
||||
s_user_paths[F_MEMORYWATCHERLOCATIONS_IDX] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue