File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.0b") == "true
5858
5959 # Since in 0.10.0b we added the storage folder we need to migrate the folders
6060
61- move " $bios_folder /rpcs3/dev_hdd0" " $storage_path /rpcs3/dev_hdd0 "
62- move " $bios_folder /rpcs3/dev_hdd1 " " $storage_path /rpcs3/dev_hdd1 "
63- move " $bios_folder /rpcs3/dev_flash " " $storage_path /rpcs3/dev_flash "
64- move " $bios_folder /rpcs3/dev_flash2 " " $storage_path /rpcs3/dev_flash2 "
65- move " $bios_folder /rpcs3/dev_flash3 " " $storage_path /rpcs3/dev_flash3 "
66- move " $bios_folder /rpcs3/dev_bdvd " " $storage_path /rpcs3/dev_bdvd "
67- move " $bios_folder /rpcs3/dev_usb000 " " $storage_path /rpcs3/dev_usb000 "
68-
61+ unlink " $bios_path /rpcs3/dev_hdd0/home/00000001/savedata "
62+ move " $bios_path /rpcs3/dev_hdd0 " " $storage_path /rpcs3/dev_hdd0 "
63+ move " $bios_path /rpcs3/dev_hdd1 " " $storage_path /rpcs3/dev_hdd1 "
64+ move " $bios_path /rpcs3/dev_flash " " $storage_path /rpcs3/dev_flash "
65+ move " $bios_path /rpcs3/dev_flash2 " " $storage_path /rpcs3/dev_flash2 "
66+ move " $bios_path /rpcs3/dev_flash3 " " $storage_path /rpcs3/dev_flash3 "
67+ move " $bios_path /rpcs3/dev_bdvd " " $storage_path /rpcs3/dev_bdvd "
68+ move " $bios_path /rpcs3/dev_usb000 " " $storage_path /rpcs3/dev_usb000 "
6969fi
You can’t perform that action at this time.
0 commit comments