Improve CPU detection: x86

This commit is contained in:
Faisal Salman
2024-12-23 15:19:35 +07:00
parent 10ab810568
commit 9e64f34e72
2 changed files with 9 additions and 1 deletions

View File

@@ -278,5 +278,13 @@
{
"architecture" : "68k"
}
},
{
"desc" : "x86",
"ua" : "Mozilla/5.0 (Photon; U; QNX x86pc; en-US; rv:1.8.1.20) Gecko/20090127 BonEcho/2.0.0.20",
"expect" :
{
"architecture" : "ia32"
}
}
]