mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15:46 +00:00
configure_input: Accommodate for the mouse input device engine
This commit is contained in:
parent
2d3476dd7f
commit
7af3c351ac
2 changed files with 18 additions and 2 deletions
|
@ -99,7 +99,7 @@ void ConfigureVibration::SetVibrationDevices(std::size_t player_index) {
|
|||
const auto guid = param.Get("guid", "");
|
||||
const auto port = param.Get("port", "");
|
||||
|
||||
if (engine.empty() || engine == "keyboard") {
|
||||
if (engine.empty() || engine == "keyboard" || engine == "mouse") {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue