diff options
author | german77 <juangerman-13@hotmail.com> | 2022-09-25 05:52:33 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-10-02 19:32:26 +0200 |
commit | 3ce0ef04ddcb2420b61f8c6d22f8039fb7359856 (patch) | |
tree | f2e843da46429df8ae6c1f8f415bc507d3458f28 /src/common | |
parent | service: nfp: Rewrite and implement applet calls (diff) | |
download | yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.gz yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.bz2 yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.lz yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.xz yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.tar.zst yuzu-3ce0ef04ddcb2420b61f8c6d22f8039fb7359856.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/input.h b/src/common/input.h index 8365cc36e..bfa0639f5 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -332,7 +332,7 @@ public: return CameraError::NotSupported; } - virtual NfcState SupportsNfc() { + virtual NfcState SupportsNfc() const { return NfcState::NotSupported; } |