mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20: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…
x
Reference in New Issue
Block a user