Skip to content

Commit

Permalink
Fix compile error in menu_displaylist.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jan 14, 2025
1 parent 9e1ca05 commit ae0a264
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions menu/menu_displaylist.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,12 @@ enum menu_displaylist_ctl_state
DISPLAYLIST_CPU_PERFPOWER_LIST,
DISPLAYLIST_CPU_POLICY_LIST,
#endif
DISPLAYLIST_PENDING_CLEAR,
DISPLAYLIST_SHADER_PRESET_PREPEND,
DISPLAYLIST_SHADER_PRESET_APPEND,

#ifdef HAVE_GAME_AI
DISPLAYLIST_OPTIONS_GAME_AI,
#endif
DISPLAYLIST_PENDING_CLEAR,
DISPLAYLIST_SHADER_PRESET_PREPEND,
DISPLAYLIST_SHADER_PRESET_APPEND
};

enum filebrowser_enums
Expand Down

0 comments on commit ae0a264

Please sign in to comment.