mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 11:35:46 +00:00
input_common: Add amiibo applet functions
This commit is contained in:
parent
de02ec2357
commit
7328e78385
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