mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Merge pull request #181 from lioncash/unused-core-func
Remove unused function PanicAlertToVideo from Core.cpp.
This commit is contained in:
commit
d3e9702cec
@ -104,13 +104,6 @@ std::string StopMessage(bool bMainThread, std::string Message)
|
||||
bMainThread ? "Main Thread" : "Video Thread", Common::CurrentThreadId(), MemUsage().c_str(), Message.c_str());
|
||||
}
|
||||
|
||||
//
|
||||
bool PanicAlertToVideo(const char* text, bool yes_no)
|
||||
{
|
||||
DisplayMessage(text, 3000);
|
||||
return true;
|
||||
}
|
||||
|
||||
void DisplayMessage(const std::string& message, int time_in_ms)
|
||||
{
|
||||
SCoreStartupParameter& _CoreParameter =
|
||||
|
Loading…
x
Reference in New Issue
Block a user