mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 19:21:27 +00:00
Buildfix for android/ios
This commit is contained in:
parent
938d60d0f4
commit
23e41a326c
@ -13598,7 +13598,8 @@ static bool setting_append_list(
|
||||
general_write_handler,
|
||||
general_read_handler);
|
||||
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_ADVANCED);
|
||||
|
||||
#endif
|
||||
#ifdef HAVE_MICROPHONE
|
||||
CONFIG_UINT(
|
||||
list, list_info,
|
||||
&settings->uints.microphone_block_frames,
|
||||
@ -13819,7 +13820,6 @@ static bool setting_append_list(
|
||||
menu_settings_list_current_add_range(list, list_info, 0, 512, 1.0, true, true);
|
||||
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_LAKKA_ADVANCED);
|
||||
|
||||
#ifdef RARCH_MOBILE
|
||||
CONFIG_UINT(
|
||||
list, list_info,
|
||||
&settings->uints.microphone_block_frames,
|
||||
@ -13832,7 +13832,6 @@ static bool setting_append_list(
|
||||
general_write_handler,
|
||||
general_read_handler);
|
||||
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_ADVANCED);
|
||||
#endif
|
||||
|
||||
END_SUB_GROUP(list, list_info, parent_group);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user