mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 06:27:47 +00:00
core: Close all KEvents
This commit is contained in:
parent
99b8976a5f
commit
4e453935a3
6 changed files with 26 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue