From e4733cb18ab20e270f9b528a511efc212e7bc077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 9 Jul 2022 04:52:11 -0300 Subject: [PATCH] Update index.md --- site/content/entry/yuzu-progress-report-jun-2022/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-jun-2022/index.md b/site/content/entry/yuzu-progress-report-jun-2022/index.md index 59d6bd42..12069714 100644 --- a/site/content/entry/yuzu-progress-report-jun-2022/index.md +++ b/site/content/entry/yuzu-progress-report-jun-2022/index.md @@ -218,7 +218,7 @@ Kernel emulation is the engine block that keeps all parts working together in ha One must tread carefully, heh, thread carefully. I’m not sorry. -Ehem, [byte[]](https://github.com/liamwhite) has been particularly busy this month in this delicate area, screwdriver in hand and not fearing anything. +Ehem, byte[] has been particularly busy this month in this delicate area, screwdriver in hand and not fearing anything. Several changes include getting up to date with the latest reverse engineering findings, but there’s more. To help with pause and resume functionality, he has {{< gh-hovercard "8457" "implemented KProcess suspension," >}} “the kernel mechanism intended for this” as the pull request explains.