We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c10fc2 commit fa6f1eaCopy full SHA for fa6f1ea
1 file changed
rpcs3/component_update.sh
@@ -67,3 +67,12 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.0b") == "true
67
move "$bios_path/rpcs3/dev_bdvd" "$storage_path/rpcs3/dev_bdvd"
68
move "$bios_path/rpcs3/dev_usb000" "$storage_path/rpcs3/dev_usb000"
69
fi
70
+
71
+if [[ $(check_version_is_older_than "$version_being_updated" "0.10.7b") == "true" ]]; then
72
73
+ log i "0.10.7b Upgrade - RPCS3: Default.yml"
74
75
+ cp -f "$config/rpcs3/input_configs/global/Default.yml" "$XDG_CONFIG_HOME/rpcs3/input_configs/global/Default.yml"
76
77
+fi
78
0 commit comments