mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +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;
|
||||
NSString* target = self.selectedItem.path;
|
||||
NSString* action = [actionSheet buttonTitleAtIndex:buttonIndex];
|
||||
const char *action_str = action.UTF8String
|
||||
const char *action_str = action.UTF8String;
|
||||
|
||||
get_ios_version(&major, &minor);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user