Fixup apple_display_alert

This commit is contained in:
twinaphex 2015-04-04 21:52:45 +02:00
parent 25efb2c1e7
commit 878f94cdfe

View File

@ -20,7 +20,7 @@
void apple_display_alert(const char *message, const char *title) void apple_display_alert(const char *message, const char *title)
{ {
#ifdef IOS #ifdef IOS
UIAlertView* alert = [[UIAlertView alloc] initWithTitle:title ? BOXSTRING(title) : BOXSTRING("RetroArch") UIAlertView* alert = [[UIAlertView alloc] initWithTitle:BOXSTRING(title)
message:BOXSTRING(message) message:BOXSTRING(message)
delegate:nil delegate:nil
cancelButtonTitle:BOXSTRING("OK") cancelButtonTitle:BOXSTRING("OK")