mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(OSX) Build fix
This commit is contained in:
parent
ec10129470
commit
67b233c2cc
@ -2817,10 +2817,11 @@ static void get_string_representation_savestate(void * data, char *type_str,
|
||||
*
|
||||
* Get associated label of a setting.
|
||||
**/
|
||||
void setting_data_get_label(file_list_t* list, char *type_str,
|
||||
void setting_data_get_label(void *data, char *type_str,
|
||||
size_t type_str_size, unsigned *w, unsigned type,
|
||||
const char *menu_label, const char *label, unsigned idx)
|
||||
{
|
||||
file_list_t *list = (file_list_t*)data;
|
||||
rarch_setting_t *setting_data = NULL;
|
||||
rarch_setting_t *setting = NULL;
|
||||
|
||||
|
@ -305,7 +305,7 @@ int setting_data_get_description(const char *label, char *msg,
|
||||
*
|
||||
* Get associated label of a setting.
|
||||
**/
|
||||
void setting_data_get_label(file_list_t* list, char *type_str,
|
||||
void setting_data_get_label(void *data, char *type_str,
|
||||
size_t type_str_size, unsigned *w, unsigned type,
|
||||
const char *menu_label, const char *label, unsigned idx);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user