We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfbc45 commit aabf05aCopy full SHA for aabf05a
pcsx2/component_update.sh
@@ -33,6 +33,7 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.0b") == "true
33
create_dir -d "$logs_path/PCSX2"
34
create_dir -d "$cheats_path/PCSX2/cheats_ws"
35
create_dir -d "$cheats_path/PCSX2/cheats_ni"
36
+ move "$cheats_path/pcsx2" "$cheats_path/PCSX2"
37
tar -xzf "$pcsx2_rd_extras_dir/pcsx2-cheats.tar.gz" -C "$cheats_path/PCSX2" --overwrite
38
create_dir -d "$storage_path/PCSX2/covers"
39
create_dir -d "$texture_packs_path/PCSX2/textures"
0 commit comments