mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 05:11:06 +00:00
hle: kernel: Rename Process to KProcess.
This commit is contained in:
@@ -71,7 +71,7 @@ void KSession::OnClientClosed() {
|
||||
|
||||
void KSession::PostDestroy(uintptr_t arg) {
|
||||
// Release the session count resource the owner process holds.
|
||||
Process* owner = reinterpret_cast<Process*>(arg);
|
||||
KProcess* owner = reinterpret_cast<KProcess*>(arg);
|
||||
owner->GetResourceLimit()->Release(LimitableResource::Sessions, 1);
|
||||
owner->Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user