mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
CPUDetect: Add CSSC flag
This commit is contained in:
parent
05cad38abc
commit
663b4db9ca
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ struct CPUInfo
|
||||||
|
|
||||||
// ARMv8 specific
|
// 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()
|
// Call Detect()
|
||||||
explicit CPUInfo();
|
explicit CPUInfo();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue