Update UISettings.h
Eliminate some title case, add space after single line comment, and add newline
This commit is contained in:
parent
dcd8e957ef
commit
1f5e4d18ee
|
@ -7,27 +7,27 @@ enum UISettingID
|
||||||
Asserts_Version,
|
Asserts_Version,
|
||||||
Screen_Orientation,
|
Screen_Orientation,
|
||||||
|
|
||||||
//Recent Game
|
// Recent game
|
||||||
File_RecentGameFileCount,
|
File_RecentGameFileCount,
|
||||||
File_RecentGameFileIndex,
|
File_RecentGameFileIndex,
|
||||||
|
|
||||||
//Touch Screen
|
// Touch screen
|
||||||
TouchScreen_ButtonScale,
|
TouchScreen_ButtonScale,
|
||||||
TouchScreen_Layout,
|
TouchScreen_Layout,
|
||||||
|
|
||||||
//Controller Config
|
// Controller config
|
||||||
Controller_ConfigFile,
|
Controller_ConfigFile,
|
||||||
Controller_CurrentProfile,
|
Controller_CurrentProfile,
|
||||||
Controller_Deadzone,
|
Controller_Deadzone,
|
||||||
Controller_Sensitivity,
|
Controller_Sensitivity,
|
||||||
|
|
||||||
//Support Window
|
// Support window
|
||||||
SupportWindow_FirstRun,
|
SupportWindow_FirstRun,
|
||||||
SupportWindow_AlwaysShow,
|
SupportWindow_AlwaysShow,
|
||||||
SupportWindow_ShowingSupportWindow,
|
SupportWindow_ShowingSupportWindow,
|
||||||
SupportWindow_RunCount,
|
SupportWindow_RunCount,
|
||||||
|
|
||||||
//Game Settings
|
// Game settings
|
||||||
Game_RunCount,
|
Game_RunCount,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue