Skip to content

Commit

Permalink
Merge pull request #4257 from Sonicadvance1/remove_dup_n2
Browse files Browse the repository at this point in the history
CPUID: Remove duplicated ARM Neoverse-N2
  • Loading branch information
lioncash authored Jan 8, 2025
2 parents da06957 + a668492 commit de431f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FEXCore/Source/Interface/Core/CPUID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ void CPUIDEmu::SetupHostHybridFlag() {
{0x41, 0xd4e, 1, ProductNames::ARM_X3}, // X3
{0x41, 0xd4d, 1, ProductNames::ARM_A715}, // A715
{0x41, 0xd4f, 1, ProductNames::ARM_V2}, // V2
{0x41, 0xd49, 1, ProductNames::ARM_N2}, // N2
{0x41, 0xd4b, 1, ProductNames::ARM_A78C}, // A78C
{0x41, 0xd4a, 1, ProductNames::ARM_E1}, // E1
{0x41, 0xd49, 1, ProductNames::ARM_N2}, // N2
Expand Down

0 comments on commit de431f1

Please sign in to comment.