mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:57:58 -05:00
service: nfp: address comments
This commit is contained in:
@ -768,7 +768,7 @@ public:
|
||||
return input_engine->SetCameraFormat(identifier, camera_format);
|
||||
}
|
||||
|
||||
Common::Input::NfcState SupportsNfc() override {
|
||||
Common::Input::NfcState SupportsNfc() const override {
|
||||
return input_engine->SupportsNfc(identifier);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user