early-access version 2275
This commit is contained in:
parent
0ba9b4da7f
commit
8a4e4b4218
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2274.
|
This is the source code for early-access 2275.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -882,6 +882,8 @@ bool EmulatedController::IsControllerSupported() const {
|
||||||
switch (npad_type) {
|
switch (npad_type) {
|
||||||
case NpadStyleIndex::ProController:
|
case NpadStyleIndex::ProController:
|
||||||
return supported_style_tag.fullkey;
|
return supported_style_tag.fullkey;
|
||||||
|
case NpadStyleIndex::Handheld:
|
||||||
|
return supported_style_tag.handheld;
|
||||||
case NpadStyleIndex::JoyconDual:
|
case NpadStyleIndex::JoyconDual:
|
||||||
return supported_style_tag.joycon_dual;
|
return supported_style_tag.joycon_dual;
|
||||||
case NpadStyleIndex::JoyconLeft:
|
case NpadStyleIndex::JoyconLeft:
|
||||||
|
|
Loading…
Reference in a new issue