mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 11:07:59 -05:00
hle: kernel: KThread: Add missing resource hint release.
This commit is contained in:
@ -981,7 +981,7 @@ void KThread::Exit() {
|
||||
|
||||
// Release the thread resource hint from parent.
|
||||
if (parent != nullptr) {
|
||||
// TODO(bunnei): Hint that the resource is about to be released.
|
||||
parent->GetResourceLimit()->Release(Kernel::LimitableResource::Threads, 0, 1);
|
||||
resource_limit_release_hint = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user