mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 10:27:58 -05:00
settings: Fix Debug controller type options
This commit is contained in:
@ -315,7 +315,7 @@ void InputEngine::TriggerOnMotionChange(const PadIdentifier& identifier, int mot
|
||||
|
||||
bool InputEngine::IsInputIdentifierEqual(const InputIdentifier& input_identifier,
|
||||
const PadIdentifier& identifier, EngineInputType type,
|
||||
std::size_t index) const {
|
||||
int index) const {
|
||||
if (input_identifier.type != type) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user