mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-13 13:56:32 -05:00
CPUDetect: Add CSSC flag
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user