File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11[General]
22ISOPaths = 2
3- RecursiveISOPaths = False
4- WiiSDCardPath = ./user/Wii/sd.raw
5- WiiSDCardSyncFolder = ./user/Load/WiiSDSync/
63ISOPath0 = ./Launcher
74ISOPath1 = ./Games
8- [NetPlay]
9- SelectedHostGame = Project+ Netplay Launcher.dol
10- TraversalChoice = traversal
Original file line number Diff line number Diff line change 150150
151151#define WII_STATE "state.dat"
152152
153- #define WII_SD_CARD_IMAGE "WiiSD .raw"
153+ #define WII_SD_CARD_IMAGE "sd .raw"
154154#define WII_BTDINF_BACKUP "btdinf.bak"
155155
156156#define WII_SETTING "setting.txt"
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ static void RebuildUserDirectories(unsigned int dir_index)
899899 s_user_paths[F_ARAMDUMP_IDX] = s_user_paths[D_DUMP_IDX] + ARAM_DUMP;
900900 s_user_paths[F_FAKEVMEMDUMP_IDX] = s_user_paths[D_DUMP_IDX] + FAKEVMEM_DUMP;
901901 s_user_paths[F_GCSRAM_IDX] = s_user_paths[D_GCUSER_IDX] + GC_SRAM;
902- s_user_paths[F_WIISDCARDIMAGE_IDX] = s_user_paths[D_LOAD_IDX ] + WII_SD_CARD_IMAGE;
902+ s_user_paths[F_WIISDCARDIMAGE_IDX] = s_user_paths[D_WIIROOT_IDX ] + WII_SD_CARD_IMAGE;
903903
904904 s_user_paths[D_MEMORYWATCHER_IDX] = s_user_paths[D_USER_IDX] + MEMORYWATCHER_DIR DIR_SEP;
905905 s_user_paths[F_MEMORYWATCHERLOCATIONS_IDX] =
You can’t perform that action at this time.
0 commit comments