From 479c82348de09635715d2bde0793e88edef699e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Wed, 9 Jun 2021 09:30:38 -0300 Subject: [PATCH] Update site/content/entry/yuzu-progress-report-may-2021/index.md Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-may-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-may-2021/index.md b/site/content/entry/yuzu-progress-report-may-2021/index.md index 0be5a0b8..240eb8ce 100644 --- a/site/content/entry/yuzu-progress-report-may-2021/index.md +++ b/site/content/entry/yuzu-progress-report-may-2021/index.md @@ -122,7 +122,7 @@ The root problem was also the cause of small memory leaks that hadn't been notic For this reason, bunnei implemented mechanisms for moving and closing objects in a [follow-up PR](https://github.com/yuzu-emu/yuzu/pull/6347), which corrected the way the session counter and its opening and closing operations worked. -There are still many other kernel objects to migrate, and for this reason, bunnei introduced a PR to make the +There are still many other kernel objects to migrate and, for this reason, bunnei introduced a PR to make the [KSlabHeap use both guest and host allocations](https://github.com/yuzu-emu/yuzu/pull/6373), as this will facilitate the process while missing functions and other structures are being implemented.