early-access version 1407

This commit is contained in:
pineappleEA
2021-02-03 00:41:00 +01:00
parent eb5753154e
commit cc3f81ebe0
4 changed files with 11 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ void IAppletResource::DeactivateController(HidController controller) {
IAppletResource ::~IAppletResource() {
system.CoreTiming().UnscheduleEvent(pad_update_event, 0);
system.CoreTiming().UnscheduleEvent(motion_update_event, 0);
}
void IAppletResource::GetSharedMemoryHandle(Kernel::HLERequestContext& ctx) {