mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-19 01:12:33 +00:00
(CocoaTouch) Buildfix
This commit is contained in:
parent
93e9616c63
commit
6f71237196
@ -440,6 +440,7 @@ static void file_action(enum file_action action, NSString* source, NSString* tar
|
||||
/* Called by the action sheet created in (void)fileAction: */
|
||||
- (void)actionSheet:(UIActionSheet*)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
|
||||
{
|
||||
uint32_t action_str_hash;
|
||||
int major, minor;
|
||||
NSString* target = self.selectedItem.path;
|
||||
NSString* action = [actionSheet buttonTitleAtIndex:buttonIndex];
|
||||
|
Loading…
x
Reference in New Issue
Block a user