early-access version 3953

This commit is contained in:
pineappleEA
2023-10-30 06:57:51 +01:00
parent e0a0f1dbda
commit b40dc6dc14
22 changed files with 250 additions and 139 deletions

View File

@@ -19,7 +19,9 @@ Controller_Palma::Controller_Palma(Core::HID::HIDCore& hid_core_, u8* raw_shared
operation_complete_event = service_context.CreateEvent("hid:PalmaOperationCompleteEvent");
}
Controller_Palma::~Controller_Palma() = default;
Controller_Palma::~Controller_Palma() {
service_context.CloseEvent(operation_complete_event);
};
void Controller_Palma::OnInit() {}