diff options
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; |