mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
CPUDetect: Add CSSC flag
This commit is contained in:
parent
05cad38abc
commit
663b4db9ca
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ struct CPUInfo
|
|||
bool bSHA2 = false;
|
||||
|
||||
// ARMv8 specific
|
||||
bool bAFP = false; // Alternate floating-point behavior
|
||||
bool bAFP = false; // Alternate floating-point behavior
|
||||
bool bCSSC = false; // Common Short Sequence Compression
|
||||
|
||||
// Call Detect()
|
||||
explicit CPUInfo();
|
||||
|
|
Loading…
Add table
Reference in a new issue