mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 12:17:58 -05:00
Revert "WORKAROUND: temp. disable session resource limits while we work out issues"
This reverts commit fc086f93b2
.
This commit is contained in:
@ -78,7 +78,7 @@ void KSession::OnClientClosed() {
|
||||
void KSession::PostDestroy(uintptr_t arg) {
|
||||
// Release the session count resource the owner process holds.
|
||||
KProcess* owner = reinterpret_cast<KProcess*>(arg);
|
||||
// owner->GetResourceLimit()->Release(LimitableResource::Sessions, 1);
|
||||
owner->GetResourceLimit()->Release(LimitableResource::Sessions, 1);
|
||||
owner->Close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user