Fix bug where you couldn't swap back sony's architecture after changing it

This commit is contained in:
Winestone 2020-04-18 22:18:07 +10:00
parent ea9b516fff
commit 9275042935
1 changed files with 2 additions and 2 deletions

View File

@ -361,8 +361,8 @@ checkCoreArchOsAilment = function(x_core){
if(arch == "SPARC-32bit")
return rmCoreAilment(x_core, 'os_arch_mismatch')
break
case "PowerPC-32bit":
if(arch == "CellOS-32bit")
case "CellOS-32bit":
if(arch == "PowerPC-32bit")
return rmCoreAilment(x_core, 'os_arch_mismatch')
break
}