mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 19:02:32 -07:00
core: Close all KEvents
This commit is contained in:
@@ -141,6 +141,12 @@ public:
|
||||
service_context.CreateEvent("IParentalControlService::RequestSuspensionEvent");
|
||||
}
|
||||
|
||||
~IParentalControlService() {
|
||||
service_context.CloseEvent(synchronization_event);
|
||||
service_context.CloseEvent(unlinked_event);
|
||||
service_context.CloseEvent(request_suspension_event);
|
||||
};
|
||||
|
||||
private:
|
||||
bool CheckFreeCommunicationPermissionImpl() const {
|
||||
if (states.temporary_unlocked) {
|
||||
|
Reference in New Issue
Block a user