diff options
| author | 2022-11-13 10:56:01 -0600 | |
|---|---|---|
| committer | 2022-11-13 10:56:54 -0600 | |
| commit | b193d40d2275fc59600268e2622ae25aab2bba64 (patch) | |
| tree | 8c075b5a5806dbf3650bf96b9a53c2a6f8057544 /src/input_common/input_engine.h | |
| parent | service: nfc: fix tagprotocol and implement GetApplicationAreaId (diff) | |
| download | yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.gz yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.xz yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.zip | |
input_common: Add amiibo applet functions
Diffstat (limited to 'src/input_common/input_engine.h')
| -rw-r--r-- | src/input_common/input_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_engine.h b/src/input_common/input_engine.h index d4c264a8e..6cbcf5207 100644 --- a/src/input_common/input_engine.h +++ b/src/input_common/input_engine.h | |||
| @@ -133,7 +133,7 @@ public: | |||
| 133 | return Common::Input::CameraError::NotSupported; | 133 | return Common::Input::CameraError::NotSupported; |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | // Request nfc data from a controller | 136 | // Returns success if nfc is supported |
| 137 | virtual Common::Input::NfcState SupportsNfc( | 137 | virtual Common::Input::NfcState SupportsNfc( |
| 138 | [[maybe_unused]] const PadIdentifier& identifier) const { | 138 | [[maybe_unused]] const PadIdentifier& identifier) const { |
| 139 | return Common::Input::NfcState::NotSupported; | 139 | return Common::Input::NfcState::NotSupported; |