mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #1040 from lioncash/ios-fix
iOS: Directly synthsize RAMenuItemBasic properties
This commit is contained in:
commit
19df1d3197
@ -134,6 +134,10 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
/* selected. */
|
||||
/*********************************************/
|
||||
@implementation RAMenuItemBasic
|
||||
@synthesize description;
|
||||
@synthesize userdata;
|
||||
@synthesize action;
|
||||
@synthesize detail;
|
||||
|
||||
+ (RAMenuItemBasic*)itemWithDescription:(NSString*)description action:(void (^)())action
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user