This commit is contained in:
Maufeat
2026-07-30 20:34:50 +02:00
parent 54046ac60e
commit 2b0b178c09
76 changed files with 1141 additions and 329 deletions
+2 -1
View File
@@ -62,8 +62,9 @@ void HidbusBase::DisablePollingMode() {
polling_mode_enabled = false;
}
void HidbusBase::SetTransferMemoryAddress(Common::ProcessAddress t_mem) {
void HidbusBase::SetTransferMemoryAddress(Common::ProcessAddress t_mem, Kernel::KProcess* owner) {
transfer_memory = t_mem;
transfer_memory_owner = owner;
}
Kernel::KReadableEvent& HidbusBase::GetSendCommandAsycEvent() const {