mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 07:21:15 +00:00
(CocoaTouch) Change 'Resume' to 'Switch'
This commit is contained in:
parent
7242693e69
commit
21614c9d4e
@ -744,7 +744,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
|||||||
target:weakSelf
|
target:weakSelf
|
||||||
action:@selector(menuBack)];
|
action:@selector(menuBack)];
|
||||||
|
|
||||||
[self set_rightbutton:BOXSTRING("Resume")
|
[self set_rightbutton:BOXSTRING("Switch")
|
||||||
target:[RetroArch_iOS get]
|
target:[RetroArch_iOS get]
|
||||||
action:@selector(showGameView)];
|
action:@selector(showGameView)];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user