mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-03 19:00:47 -07:00
service: hid: Create abstracted pad structure
This commit is contained in:
@ -66,7 +66,7 @@ void ControllerNavigation::ControllerUpdateButton() {
|
||||
}
|
||||
|
||||
switch (controller_type) {
|
||||
case Core::HID::NpadStyleIndex::ProController:
|
||||
case Core::HID::NpadStyleIndex::Fullkey:
|
||||
case Core::HID::NpadStyleIndex::JoyconDual:
|
||||
case Core::HID::NpadStyleIndex::Handheld:
|
||||
case Core::HID::NpadStyleIndex::GameCube:
|
||||
@ -116,7 +116,7 @@ void ControllerNavigation::ControllerUpdateStick() {
|
||||
}
|
||||
|
||||
switch (controller_type) {
|
||||
case Core::HID::NpadStyleIndex::ProController:
|
||||
case Core::HID::NpadStyleIndex::Fullkey:
|
||||
case Core::HID::NpadStyleIndex::JoyconDual:
|
||||
case Core::HID::NpadStyleIndex::Handheld:
|
||||
case Core::HID::NpadStyleIndex::GameCube:
|
||||
|
Reference in New Issue
Block a user