mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(iOS) Take out 'Close Content'
This commit is contained in:
parent
7a38c58a9b
commit
a84d11abda
@ -583,7 +583,6 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
nil]];
|
||||
[self.sections addObject:[NSArray arrayWithObjects:BOXSTRING("Actions"),
|
||||
[RAMenuItemBasic itemWithDescription:BOXSTRING("Restart Content") action:^{ [weakSelf performBasicAction:RARCH_CMD_RESET]; }],
|
||||
[RAMenuItemBasic itemWithDescription:BOXSTRING("Close Content") action:^{ [weakSelf performBasicAction:RARCH_CMD_QUIT]; }],
|
||||
nil]];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user