Skip to content

Commit fa6f1ea

Browse files
committed
rpcs input
1 parent 7c10fc2 commit fa6f1ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

rpcs3/component_update.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,12 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.0b") == "true
6767
move "$bios_path/rpcs3/dev_bdvd" "$storage_path/rpcs3/dev_bdvd"
6868
move "$bios_path/rpcs3/dev_usb000" "$storage_path/rpcs3/dev_usb000"
6969
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

Comments
 (0)