Skip to content

Commit

Permalink
RMG-Core: add Input_UseGameID setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed May 8, 2024
1 parent 7d9b617 commit cda5ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/RMG-Core/Settings/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ static l_Setting get_setting(SettingsID settingId)
case SettingsID::Input_Profiles:
setting = {SETTING_SECTION_INPUT, "Profiles", std::string("")};
break;
case SettingsID::Input_UseGameID:
setting = {SETTING_SECTION_INPUT, "UseGameID", false};
break;
case SettingsID::Input_UseProfile:
setting = {"", "UseProfile"};
break;
Expand Down
1 change: 1 addition & 0 deletions Source/RMG-Core/Settings/SettingsID.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ enum class SettingsID

// Input Plugin Settings
Input_Profiles,
Input_UseGameID,
Input_UseProfile,
Input_UseGameProfile,
Input_PluggedIn,
Expand Down

0 comments on commit cda5ff6

Please sign in to comment.