update ps4 model list with slim

This commit is contained in:
13xforever 2022-11-24 08:26:33 +05:00
parent b58e018568
commit deb8b5bbd2
No known key found for this signature in database
GPG Key ID: 2B2A36B482FE70C5

View File

@ -51,10 +51,11 @@ internal static partial class LogParserResult
{
cpuModel = cpuModel[3] switch
{
'0' => "AMD APU for PlayStation 4", // DG1000FGF84HT
'1' => "AMD APU for PlayStation 4", // DG1101SKF84HV
'0' => "AMD APU for PlayStation 4", // DG1000FGF84HT
'1' => "AMD APU for PlayStation 4", // DG1101SKF84HV
'2' => "AMD APU for PlayStation 4 Pro", // DG1201SLF87HW
'3' => "AMD APU for PlayStation 4 Pro", // DG1301SML87HY
'4' => "AMD APU for PlayStation 4 Slim",// DG1401SNF87ID
_ => "AMD APU for PlayStation?",
};
}