mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Add NSCancelButton cases
This commit is contained in:
parent
fdc1f963b2
commit
172b972a32
@ -322,6 +322,8 @@ extern void action_ok_push_quick_menu(void);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case NSCancelButton:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
#else
|
#else
|
||||||
@ -359,6 +361,8 @@ extern void action_ok_push_quick_menu(void);
|
|||||||
ui_companion_event_command(EVENT_CMD_LOAD_CONTENT);
|
ui_companion_event_command(EVENT_CMD_LOAD_CONTENT);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case NSCancelButton:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user