mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-02 11:03:34 -06:00
clang
This commit is contained in:
parent
a993c759d7
commit
7c43018894
@ -415,7 +415,7 @@ u8 GameControllers::GetGamepadIndexFromJoystickId(SDL_JoystickID id) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
//LOG_TRACE(Input, "Gamepad index: {}", index);
|
||||
// LOG_TRACE(Input, "Gamepad index: {}", index);
|
||||
return -1;
|
||||
}
|
||||
|
||||
@ -426,7 +426,7 @@ u8 GameControllers::GetMoveIndexFromJoystickId(SDL_JoystickID id) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
//LOG_TRACE(Input, "Move index: {}", index);
|
||||
// LOG_TRACE(Input, "Move index: {}", index);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user