Merge pull request #8274 from german77/firmware

service: hid: Stub IsFirmwareUpdateNeededForNotification
This commit is contained in:
Morph
2022-04-29 04:08:34 -04:00
committed by GitHub
2 changed files with 21 additions and 1 deletions

View File

@ -166,6 +166,7 @@ private:
void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
void GetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
void SetTouchScreenConfiguration(Kernel::HLERequestContext& ctx);
void IsFirmwareUpdateNeededForNotification(Kernel::HLERequestContext& ctx);
std::shared_ptr<IAppletResource> applet_resource;