mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(CocoaTouch) Replace uint with uint32_t
This commit is contained in:
parent
aca04bed0b
commit
f278c1f577
@ -782,7 +782,7 @@ void get_core_title(char *title_msg, size_t title_msg_len)
|
||||
core_name, core_version);
|
||||
}
|
||||
|
||||
- (NSObject<RAMenuItemBase>*)make_menu_item_for_entry: (uint) i
|
||||
- (NSObject<RAMenuItemBase>*)make_menu_item_for_entry: (uint32_t) i
|
||||
{
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
RAMainMenu* __weak weakSelf;
|
||||
@ -876,7 +876,7 @@ void get_core_title(char *title_msg, size_t title_msg_len)
|
||||
}
|
||||
}
|
||||
|
||||
- (void)menuSelect: (uint) i
|
||||
- (void)menuSelect: (uint32_t) i
|
||||
{
|
||||
if (menu_select_entry(i))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user