mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-09 12:30:41 +00:00
Fixup apple_display_alert
This commit is contained in:
parent
25efb2c1e7
commit
878f94cdfe
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user