We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203fff1 commit b9bee80Copy full SHA for b9bee80
1 file changed
menu/drivers/ozone.c
@@ -8004,7 +8004,8 @@ static enum menu_action ozone_parse_menu_entry_action(
8004
enum menu_action action)
8005
{
8006
uintptr_t tag;
8007
- size_t new_selection, selection;
+ int new_selection;
8008
+ size_t selection;
8009
size_t selection_total;
8010
bool is_current_entry_settings = false;
8011
struct menu_state *menu_st = menu_state_get_ptr();
0 commit comments