mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(menu_setting.c) Fix conflicting types for declaration of function
This commit is contained in:
parent
348f28b382
commit
a0e9dff077
@ -721,7 +721,7 @@ void setting_get_string_representation(void *data, char *s, size_t len)
|
|||||||
setting->get_string_representation(setting, s, len);
|
setting->get_string_representation(setting, s, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t setting_get_index_offset(rarch_setting_t *setting)
|
unsigned setting_get_index_offset(rarch_setting_t *setting)
|
||||||
{
|
{
|
||||||
if (!setting)
|
if (!setting)
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user