Merge pull request #9273 from ameerj/per-game-profile

Configuration: Add per-game input profiles
This commit is contained in:
liamwhite 2022-12-04 13:38:01 -05:00 committed by GitHub
commit 522e7c5663
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 587 additions and 27 deletions

View file

@ -110,10 +110,9 @@ void EmulatedController::ReloadFromSettings() {
original_npad_type = npad_type;
}
Disconnect();
if (player.connected) {
Connect();
} else {
Disconnect();
}
ReloadInput();