mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
x64CPUDetect: Add detection for AMD Zen architecture
This commit is contained in:
@ -54,6 +54,7 @@ struct CPUInfo
|
||||
bool bLAHFSAHF64 = false;
|
||||
bool bLongMode = false;
|
||||
bool bAtom = false;
|
||||
bool bZen = false;
|
||||
|
||||
// ARMv8 specific
|
||||
bool bFP = false;
|
||||
|
Reference in New Issue
Block a user