mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(iOS) Buildfix
This commit is contained in:
parent
6e62983cd5
commit
af65c1bf7f
@ -434,7 +434,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U
|
||||
self.setting->flags & SD_FLAG_BROWSER_ACTION &&
|
||||
self.setting->action_toggle &&
|
||||
self.setting->change_handler )
|
||||
self.setting->action_toggle( self.setting, MENU_ACTION_RIGHT );
|
||||
self.setting->action_toggle( self.setting, MENU_ACTION_RIGHT, false);
|
||||
|
||||
path = BOXSTRING(self.setting->value.string);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user