mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +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)
|
||||
@ -8193,7 +8193,7 @@ static int ozone_menu_entry_action(
|
||||
/* Check whether current selection has changed
|
||||
* (due to automatic on screen entry selection...) */
|
||||
size_t new_selection = menu_navigation_get_selection();
|
||||
|
||||
|
||||
if (new_selection != selection)
|
||||
{
|
||||
/* Selection has changed - must update
|
||||
|
Loading…
x
Reference in New Issue
Block a user