mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +00:00
remove comment which wasn't in the correct format
or needed really
This commit is contained in:
parent
aba01c87e3
commit
ae5612ce91
@ -7881,7 +7881,7 @@ static enum menu_action ozone_parse_menu_entry_action(
|
||||
}
|
||||
else {
|
||||
#ifdef HAVE_AUDIOMIXER
|
||||
if (selection_total > 1) // if there's only one option, don't play the sound
|
||||
if (selection_total > 1)
|
||||
audio_driver_mixer_play_scroll_sound(false);
|
||||
#endif
|
||||
if (!menu_navigation_wraparound_enable && selection == selection_total - 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user