mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Add a non-tiny warning about CPUs that will silently desync.
This commit is contained in:
@ -279,3 +279,8 @@ std::string CPUInfo::Summarize()
|
||||
|
||||
return sum;
|
||||
}
|
||||
|
||||
bool CPUInfo::IsUnsafe()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user