early-access version 2275

main
pineappleEA 2021-12-05 22:11:26 +01:00
parent 0ba9b4da7f
commit 8a4e4b4218
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 2274.
This is the source code for early-access 2275.
## Legal Notice

View File

@ -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: