service: hid: Create abstracted pad structure

This commit is contained in:
german77 2024-01-07 09:05:12 -06:00 committed by Narr the Reg
parent 1a9f68f9e8
commit 194746c558
51 changed files with 3333 additions and 43 deletions

View file

@ -244,7 +244,7 @@ void PlayerControlPreview::paintEvent(QPaintEvent* event) {
case Core::HID::NpadStyleIndex::GameCube:
DrawGCController(p, center);
break;
case Core::HID::NpadStyleIndex::ProController:
case Core::HID::NpadStyleIndex::Fullkey:
default:
DrawProController(p, center);
break;