early-access version 2502

This commit is contained in:
pineappleEA
2022-02-22 00:50:44 +01:00
parent 2585e4f6e3
commit fbb6068a56
22 changed files with 92 additions and 56 deletions

View File

@@ -2332,7 +2332,7 @@ static ResultCode CreateEvent(Core::System& system, Handle* out_write, Handle* o
R_UNLESS(event != nullptr, ResultOutOfResource);
// Initialize the event.
event->Initialize("CreateEvent");
event->Initialize("CreateEvent", kernel.CurrentProcess());
// Commit the thread reservation.
event_reservation.Commit();