mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 01:35:46 +00:00
kernel: Implement a more accurate IPC dispatch.
This commit is contained in:
parent
ec9f949bc8
commit
4a4516868c
19 changed files with 246 additions and 167 deletions
|
@ -189,7 +189,7 @@ private:
|
|||
LOG_DEBUG(Service_NFP, "called");
|
||||
|
||||
auto nfc_event = nfp_interface.GetNFCEvent();
|
||||
if (!nfc_event->ShouldWait(Kernel::GetCurrentThread()) && !has_attached_handle) {
|
||||
if (!nfc_event->ShouldWait(&ctx.GetThread()) && !has_attached_handle) {
|
||||
device_state = DeviceState::TagFound;
|
||||
nfc_event->Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue