mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(iOS) Build fix
This commit is contained in:
parent
892e65acee
commit
e264cc491e
@ -363,7 +363,7 @@ static void file_action(enum file_action action, NSString* source, NSString* tar
|
|||||||
int major, minor;
|
int major, minor;
|
||||||
NSString* target = self.selectedItem.path;
|
NSString* target = self.selectedItem.path;
|
||||||
NSString* action = [actionSheet buttonTitleAtIndex:buttonIndex];
|
NSString* action = [actionSheet buttonTitleAtIndex:buttonIndex];
|
||||||
const char *action_str = action.UTF8String
|
const char *action_str = action.UTF8String;
|
||||||
|
|
||||||
get_ios_version(&major, &minor);
|
get_ios_version(&major, &minor);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user