diff --git a/apple/common/utility.m b/apple/common/utility.m index da26b76f4b..5340d3cef6 100644 --- a/apple/common/utility.m +++ b/apple/common/utility.m @@ -20,7 +20,7 @@ void apple_display_alert(const char *message, const char *title) { #ifdef IOS - UIAlertView* alert = [[UIAlertView alloc] initWithTitle:title ? BOXSTRING(title) : BOXSTRING("RetroArch") + UIAlertView* alert = [[UIAlertView alloc] initWithTitle:BOXSTRING(title) message:BOXSTRING(message) delegate:nil cancelButtonTitle:BOXSTRING("OK")