mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 09:38:00 -05: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