mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Merge pull request #10876 from shuffle2/cpudetect
CPUDetect: improve win/arm64 support
This commit is contained in:
commit
6b419c7ca3
9 changed files with 422 additions and 229 deletions
|
@ -54,6 +54,8 @@ std::string ReplaceAll(std::string result, std::string_view src, std::string_vie
|
|||
|
||||
void ReplaceBreaksWithSpaces(std::string& str);
|
||||
|
||||
void TruncateToCString(std::string* s);
|
||||
|
||||
bool TryParse(const std::string& str, bool* output);
|
||||
|
||||
template <typename T, std::enable_if_t<std::is_integral_v<T> || std::is_enum_v<T>>* = nullptr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue