core/hid: Add missing controller type
This commit is contained in:
parent
be80c6ddae
commit
2ba6890141
1 changed files with 2 additions and 0 deletions
|
@ -882,6 +882,8 @@ bool EmulatedController::IsControllerSupported() const {
|
|||
switch (npad_type) {
|
||||
case NpadStyleIndex::ProController:
|
||||
return supported_style_tag.fullkey;
|
||||
case NpadStyleIndex::Handheld:
|
||||
return supported_style_tag.handheld;
|
||||
case NpadStyleIndex::JoyconDual:
|
||||
return supported_style_tag.joycon_dual;
|
||||
case NpadStyleIndex::JoyconLeft:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue