mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 18:41:01 +00:00
Remove microphone driver disabled logging
This commit is contained in:
parent
5d94bb36fb
commit
9af0d5f5ef
@ -268,7 +268,6 @@ bool microphone_driver_init_internal(void *settings_data)
|
||||
if (!settings->bools.microphone_enable)
|
||||
{ /* If the user has mic support turned off... */
|
||||
mic_st->flags &= ~MICROPHONE_DRIVER_FLAG_ACTIVE;
|
||||
RARCH_DBG("[Microphone]: Refused to initialize microphone driver because it's disabled in the settings.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user