Skip to content

Commit

Permalink
Move Retrosystem to end
Browse files Browse the repository at this point in the history
Enums shouldn't be reordered
  • Loading branch information
RuiNtD authored Nov 20, 2017
1 parent ed9cd1a commit 69212cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/menu_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,12 @@ enum xmb_icon_theme
XMB_ICON_THEME_MONOCHROME = 0,
XMB_ICON_THEME_FLATUI,
XMB_ICON_THEME_RETROACTIVE,
XMB_ICON_THEME_RETROSYSTEM,
XMB_ICON_THEME_PIXEL,
XMB_ICON_THEME_NEOACTIVE,
XMB_ICON_THEME_SYSTEMATIC,
XMB_ICON_THEME_DOTART,
XMB_ICON_THEME_CUSTOM,
XMB_ICON_THEME_RETROSYSTEM,
XMB_ICON_THEME_LAST
};

Expand Down

0 comments on commit 69212cf

Please sign in to comment.