Skip to content

Commit

Permalink
fixup: remove unused menuitemflag
Browse files Browse the repository at this point in the history
  • Loading branch information
cylonicboom committed Jan 27, 2024
1 parent d90fbbd commit 487d5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/src/optionsmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ struct menuitem g_ExtendedVideoMenuItems[] = {
{
MENUITEMTYPE_CHECKBOX,
0,
MENUITEMFLAG_LITERAL_TEXT | MENUITEMFLAG_SLIDER_WIDE,
MENUITEMFLAG_LITERAL_TEXT,
(uintptr_t)"Enable Local Pausing",
20,
menuhandlerSetPausingEnabled,
Expand Down

0 comments on commit 487d5d0

Please sign in to comment.