mirror of https://github.com/PCSX2/pcsx2.git
common: suspicious missing comma
This commit is contained in:
parent
1baa6be6de
commit
0260c9119e
|
@ -182,7 +182,7 @@ void x86capabilities::CountCores()
|
|||
static const char* tbl_x86vendors[] =
|
||||
{
|
||||
"GenuineIntel",
|
||||
"AuthenticAMD"
|
||||
"AuthenticAMD",
|
||||
"Unknown ",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue