mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-26 19:50:36 +00:00
update ps4 model list with slim
This commit is contained in:
parent
b58e018568
commit
deb8b5bbd2
@ -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?",
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user