mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
ArmCPUDetect: Expose CSSC in CPU info summary
This commit is contained in:
parent
663b4db9ca
commit
4835e620c3
1 changed files with 2 additions and 0 deletions
|
@ -332,6 +332,8 @@ std::string CPUInfo::Summarize()
|
|||
sum.push_back("SHA1");
|
||||
if (bSHA2)
|
||||
sum.push_back("SHA2");
|
||||
if (bCSSC)
|
||||
sum.push_back("CSSC");
|
||||
|
||||
return fmt::to_string(fmt::join(sum, ","));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue