mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Add a non-tiny warning about CPUs that will silently desync.
This commit is contained in:
parent
d619ccee21
commit
1b617c736c
4 changed files with 16 additions and 0 deletions
|
@ -267,3 +267,8 @@ std::string CPUInfo::Summarize()
|
|||
if (bLongMode) sum += ", 64-bit support";
|
||||
return sum;
|
||||
}
|
||||
|
||||
bool CPUInfo::IsUnsafe()
|
||||
{
|
||||
return !bFlushToZero;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue