mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 07:12:32 -07:00
input_common: Add amiibo applet functions
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
return Common::Input::CameraError::NotSupported;
|
||||
}
|
||||
|
||||
// Request nfc data from a controller
|
||||
// Returns success if nfc is supported
|
||||
virtual Common::Input::NfcState SupportsNfc(
|
||||
[[maybe_unused]] const PadIdentifier& identifier) const {
|
||||
return Common::Input::NfcState::NotSupported;
|
||||
|
Reference in New Issue
Block a user