|
@@ -45,6 +45,10 @@ public:
|
|
|
CoreTiming::ScheduleEvent(pad_update_ticks, pad_update_event);
|
|
CoreTiming::ScheduleEvent(pad_update_ticks, pad_update_event);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ ~IAppletResource() {
|
|
|
|
|
+ CoreTiming::UnscheduleEvent(pad_update_event, 0);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
private:
|
|
private:
|
|
|
void GetSharedMemoryHandle(Kernel::HLERequestContext& ctx) {
|
|
void GetSharedMemoryHandle(Kernel::HLERequestContext& ctx) {
|
|
|
IPC::ResponseBuilder rb{ctx, 2, 1};
|
|
IPC::ResponseBuilder rb{ctx, 2, 1};
|