mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 00:42:33 -07:00
service: nfp: address comments
This commit is contained in:
@@ -129,7 +129,8 @@ public:
|
||||
}
|
||||
|
||||
// Request nfc data from a controller
|
||||
virtual Common::Input::NfcState SupportsNfc([[maybe_unused]] const PadIdentifier& identifier) {
|
||||
virtual Common::Input::NfcState SupportsNfc(
|
||||
[[maybe_unused]] const PadIdentifier& identifier) const {
|
||||
return Common::Input::NfcState::NotSupported;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user