Skip to content

Commit 35db559

Browse files
committed
PCSX2 mods path fix [skip ci]
1 parent 47b4836 commit 35db559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcsx2/component_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)