mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(iOS) Buildfix
This commit is contained in:
parent
955c399386
commit
d96386cd18
@ -429,7 +429,7 @@ replacementString:(NSString *)string
|
||||
field = [alertView textFieldAtIndex:0];
|
||||
field.delegate = self.formatter;
|
||||
|
||||
menu_entry_get_value(self.i, buffer, sizeof(buffer));
|
||||
menu_entry_get_value(self.i, NULL, buffer, sizeof(buffer));
|
||||
if (string_is_empty(buffer))
|
||||
strlcpy(buffer,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE),
|
||||
|
Loading…
Reference in New Issue
Block a user