core: Close all KEvents

This commit is contained in:
german77
2023-10-29 13:45:53 -06:00
parent 43be2bfe33
commit 6e883a26da
6 changed files with 26 additions and 5 deletions

View File

@ -2757,6 +2757,10 @@ public:
joy_detach_event = service_context.CreateEvent("HidSys::JoyDetachEvent");
}
~HidSys() {
service_context.CloseEvent(joy_detach_event);
};
private:
void ApplyNpadSystemCommonPolicy(HLERequestContext& ctx) {
LOG_WARNING(Service_HID, "called");