Skip to content

Commit

Permalink
Motion Controller toggle Added under input settings shadps4-emu#1946
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 committed Jan 7, 2025
1 parent 7bb97ad commit 7d4a945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/input/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <SDL3/SDL.h>
#include "common/assert.h"
#include "common/config.h"
#include "common/logging/log.h"
#include "common/path_util.h"
#include "core/libraries/kernel/time.h"
Expand Down
2 changes: 1 addition & 1 deletion src/qt_gui/settings_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -605,4 +605,4 @@ void SettingsDialog::ResetInstallFolders() {
}
Config::setGameInstallDirs(settings_install_dirs_config);
}
}
}

0 comments on commit 7d4a945

Please sign in to comment.