File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
2929 create_dir " $saves_path /ps2/pcsx2/memcards"
3030 create_dir " $states_path /ps2/pcsx2"
3131 dir_prep " $texture_packs_path /PCSX2/textures" " $pcsx2_textures_path "
32- dir_prep " $storage_path /PCSX2/patches" " $pcsx2_patches_path "
32+ dir_prep " $mods_path /PCSX2/patches" " $pcsx2_patches_path "
3333 dir_prep " $logs_path /PCSX2/" " $pcsx2_logs_path "
3434 dir_prep " $cheats_path /PCSX2/" " $pcsx2_cheats_path "
3535 dir_prep " $videos_path /PCSX2/" " $pcsx2_vidoes_path "
@@ -45,7 +45,7 @@ if [[ "$action" == "postmove" ]]; then # Run only post-move commands
4545 set_setting_value " $pcsx2_config " " RecursivePaths" " $roms_path /ps2" " pcsx2" " GameList"
4646 set_setting_value " $pcsx2_config " " Cheats" " $cheats_path /pcsx2" " Folders"
4747 dir_prep " $texture_packs_path /PCSX2/textures" " $pcsx2_textures_path "
48- dir_prep " $storage_path /PCSX2/patches" " $pcsx2_patches_path "
48+ dir_prep " $mods_path /PCSX2/patches" " $pcsx2_patches_path "
4949 dir_prep " $logs_path /PCSX2/" " $pcsx2_logs_path "
5050 dir_prep " $cheats_path /PCSX2/" " $pcsx2_cheats_path "
5151 dir_prep " $videos_path /PCSX2/" " $pcsx2_vidoes_path "
You can’t perform that action at this time.
0 commit comments