mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +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++;
|
||||
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(list,
|
||||
MENU_ENUM_LABEL_MICROPHONE_WASAPI_SH_BUFFER_LENGTH,
|
||||
PARSE_ONLY_INT, false) == 0)
|
||||
PARSE_ONLY_UINT, false) == 0)
|
||||
count++;
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user