mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
Don't show CPU and file related OSD messages on boot (#5533)
They have been broken since 2 years and no one has noticed, which shows that no one really cares. And it's arguable whether showing the CPU info is really useful.
This commit is contained in:
parent
bd489008ff
commit
c07058a4ad
1 changed files with 0 additions and 5 deletions
|
@ -468,11 +468,6 @@ static void EmuThread(std::unique_ptr<BootParameters> boot)
|
|||
|
||||
Common::SetCurrentThreadName("Emuthread - Starting");
|
||||
|
||||
if (SConfig::GetInstance().m_OCEnable)
|
||||
DisplayMessage("WARNING: running at non-native CPU clock! Game may not be stable.", 8000);
|
||||
DisplayMessage(cpu_info.brand_string, 8000);
|
||||
DisplayMessage(cpu_info.Summarize(), 8000);
|
||||
|
||||
// For a time this acts as the CPU thread...
|
||||
DeclareAsCPUThread();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue