diff --git a/Source/Android/Bridge/UISettings.h b/Source/Android/Bridge/UISettings.h index c713092ff..f5f857606 100644 --- a/Source/Android/Bridge/UISettings.h +++ b/Source/Android/Bridge/UISettings.h @@ -7,27 +7,27 @@ enum UISettingID Asserts_Version, Screen_Orientation, - //Recent Game + // Recent game File_RecentGameFileCount, File_RecentGameFileIndex, - //Touch Screen + // Touch screen TouchScreen_ButtonScale, TouchScreen_Layout, - //Controller Config + // Controller config Controller_ConfigFile, Controller_CurrentProfile, Controller_Deadzone, Controller_Sensitivity, - //Support Window + // Support window SupportWindow_FirstRun, SupportWindow_AlwaysShow, SupportWindow_ShowingSupportWindow, SupportWindow_RunCount, - //Game Settings + // Game settings Game_RunCount, }; @@ -56,4 +56,4 @@ bool UISettingsLoadStringIndex(UISettingID Type, int32_t index, std::string & Va std::string UISettingsLoadStringIndex(UISettingID Type, int32_t index); std::string UISettingsLoadStringVal(UISettingID Type); bool UISettingsLoadStringVal(UISettingID Type, char * Buffer, int32_t BufferSize); -*/ \ No newline at end of file +*/