input_common: Add amiibo applet functions
This commit is contained in:
parent
6c045c9beb
commit
b193d40d22
3 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue