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:
Leo Lam 2017-06-06 22:14:30 +02:00 committed by shuffle2
parent bd489008ff
commit c07058a4ad

View File

@ -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();