Skip to content

Commit

Permalink
Remove microphone driver disabled logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sonninnos authored and LibretroAdmin committed Jul 25, 2023
1 parent 5d94bb3 commit 9af0d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audio/microphone_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9af0d5f

Please sign in to comment.