early-access version 2275
This commit is contained in:
parent
0ba9b4da7f
commit
8a4e4b4218
@ -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
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user