Skip to content

Commit

Permalink
Load DirectInput settings when switching profiles
Browse files Browse the repository at this point in the history
Fixes #584 - Binds are not unique across profiles
  • Loading branch information
fredemmott committed May 22, 2024
1 parent ac38ed2 commit f598f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app-common/KneeboardState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ void KneeboardState::SetProfileSettings(const ProfileSettings& profiles) {
this->SetAppSettings(newSettings.mApp);
this->SetDoodlesSettings(newSettings.mDoodles);
mGamesList->LoadSettings(newSettings.mGames);
mDirectInput->LoadSettings(newSettings.mDirectInput);
mTabletInput->LoadSettings(newSettings.mTabletInput);
this->SetVRSettings(newSettings.mVR);

Expand Down

0 comments on commit f598f3e

Please sign in to comment.