Merge pull request #9113 from german77/peer_pressure

service: nfp: Allow amiibos without keys
This commit is contained in:
liamwhite 2022-10-25 12:13:31 -04:00 committed by GitHub
commit e59bd6c335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 12 deletions

View file

@ -1025,6 +1025,7 @@ bool EmulatedController::HasNfc() const {
case NpadStyleIndex::JoyconRight:
case NpadStyleIndex::JoyconDual:
case NpadStyleIndex::ProController:
case NpadStyleIndex::Handheld:
break;
default:
return false;