mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
MsgHandler: small cleanup
This commit is contained in:
parent
76459d88bf
commit
737651f298
4 changed files with 48 additions and 51 deletions
|
@ -152,7 +152,7 @@ void Host_UpdateProgressDialog(const char* caption, int position, int total)
|
|||
{
|
||||
}
|
||||
|
||||
static bool MsgAlert(const char* caption, const char* text, bool yes_no, int /*Style*/)
|
||||
static bool MsgAlert(const char* caption, const char* text, bool yes_no, MsgType /*style*/)
|
||||
{
|
||||
__android_log_print(ANDROID_LOG_ERROR, DOLPHIN_TAG, "%s:%s", caption, text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue