mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
MsgHandler: small cleanup
This commit is contained in:
@ -64,7 +64,7 @@
|
||||
|
||||
IMPLEMENT_APP(DolphinApp)
|
||||
|
||||
bool wxMsgAlert(const char*, const char*, bool, int);
|
||||
bool wxMsgAlert(const char*, const char*, bool, MsgType);
|
||||
std::string wxStringTranslator(const char*);
|
||||
|
||||
CFrame* main_frame = nullptr;
|
||||
@ -351,7 +351,7 @@ void DolphinApp::OnIdle(wxIdleEvent& ev)
|
||||
// ------------
|
||||
// Talk to GUI
|
||||
|
||||
bool wxMsgAlert(const char* caption, const char* text, bool yes_no, int /*Style*/)
|
||||
bool wxMsgAlert(const char* caption, const char* text, bool yes_no, MsgType /*style*/)
|
||||
{
|
||||
if (wxIsMainThread())
|
||||
{
|
||||
|
Reference in New Issue
Block a user