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_poller.cpp | |
| 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_poller.cpp')
| -rw-r--r-- | src/input_common/input_poller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_poller.cpp b/src/input_common/input_poller.cpp index a8eb1442b..75705b67e 100644 --- a/src/input_common/input_poller.cpp +++ b/src/input_common/input_poller.cpp | |||
| @@ -768,7 +768,7 @@ public: | |||
| 768 | return input_engine->SetCameraFormat(identifier, camera_format); | 768 | return input_engine->SetCameraFormat(identifier, camera_format); |
| 769 | } | 769 | } |
| 770 | 770 | ||
| 771 | Common::Input::NfcState SupportsNfc() override { | 771 | Common::Input::NfcState SupportsNfc() const override { |
| 772 | return input_engine->SupportsNfc(identifier); | 772 | return input_engine->SupportsNfc(identifier); |
| 773 | } | 773 | } |
| 774 | 774 | ||