mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 20:37:10 +00:00
Microphone menu correction (#15385)
This commit is contained in:
parent
610207dcfd
commit
0b7e8eab99
@ -7228,7 +7228,7 @@ unsigned menu_displaylist_build_list(
|
|||||||
count++;
|
count++;
|
||||||
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(list,
|
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(list,
|
||||||
MENU_ENUM_LABEL_MICROPHONE_WASAPI_SH_BUFFER_LENGTH,
|
MENU_ENUM_LABEL_MICROPHONE_WASAPI_SH_BUFFER_LENGTH,
|
||||||
PARSE_ONLY_INT, false) == 0)
|
PARSE_ONLY_UINT, false) == 0)
|
||||||
count++;
|
count++;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user