1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-26 20:37:10 +00:00

Microphone menu correction ()

This commit is contained in:
sonninnos 2023-06-15 22:36:36 +03:00 committed by GitHub
parent 610207dcfd
commit 0b7e8eab99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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