diff options
author | german77 <juangerman-13@hotmail.com> | 2022-11-13 17:56:01 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-11-13 17:56:54 +0100 |
commit | b193d40d2275fc59600268e2622ae25aab2bba64 (patch) | |
tree | 8c075b5a5806dbf3650bf96b9a53c2a6f8057544 /src/input_common/input_engine.h | |
parent | service: nfc: fix tagprotocol and implement GetApplicationAreaId (diff) | |
download | yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.gz yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.bz2 yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.lz yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.xz yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.tar.zst yuzu-b193d40d2275fc59600268e2622ae25aab2bba64.zip |
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: 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; |