diff options
| author | 2022-09-24 22:52:33 -0500 | |
|---|---|---|
| committer | 2022-10-02 12:32:26 -0500 | |
| commit | 3ce0ef04ddcb2420b61f8c6d22f8039fb7359856 (patch) | |
| tree | f2e843da46429df8ae6c1f8f415bc507d3458f28 /src/input_common/input_engine.h | |
| parent | service: nfp: Rewrite and implement applet calls (diff) | |
| download | yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.gz yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.xz yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.zip | |
service: nfp: address comments
Diffstat (limited to 'src/input_common/input_engine.h')
| -rw-r--r-- | src/input_common/input_engine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_common/input_engine.h b/src/input_common/input_engine.h index 9b8470c6f..cfbdb26bd 100644 --- a/src/input_common/input_engine.h +++ b/src/input_common/input_engine.h | |||
| @@ -129,7 +129,8 @@ public: | |||
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | // Request nfc data from a controller | 131 | // Request nfc data from a controller |
| 132 | virtual Common::Input::NfcState SupportsNfc([[maybe_unused]] const PadIdentifier& identifier) { | 132 | virtual Common::Input::NfcState SupportsNfc( |
| 133 | [[maybe_unused]] const PadIdentifier& identifier) const { | ||
| 133 | return Common::Input::NfcState::NotSupported; | 134 | return Common::Input::NfcState::NotSupported; |
| 134 | } | 135 | } |
| 135 | 136 | ||