From 128db4a11d7a418da8ffffd3c087118d737f2491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 9 Sep 2023 18:48:11 -0300 Subject: [PATCH] Update index.md --- site/content/entry/yuzu-progress-report-aug-2023/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-aug-2023/index.md b/site/content/entry/yuzu-progress-report-aug-2023/index.md index a70a3b45..c7d9a111 100644 --- a/site/content/entry/yuzu-progress-report-aug-2023/index.md +++ b/site/content/entry/yuzu-progress-report-aug-2023/index.md @@ -217,7 +217,7 @@ And finally, to close this section with what is more of a build process change t "./m1.png| Let’s begin with simple stuff (`DRAGON QUEST BUILDERS`)" >}} -Properly keeping up with MoltenVK updates allows macOS builds to run some basic games, but there’s still much to do to get the fruit company's devices up to speed. +Properly keeping up with MoltenVK updates allows macOS builds to run some basic games, but there’s still much to do to get the forbidden fruit company's devices up to speed. ## OpenGL-specific improvements, which also improve Vulkan @@ -368,7 +368,7 @@ This lovely behaviour made Maide work on a {{< gh-hovercard "11359" "test to run If you find that a game has no audio but is otherwise working, you should check your drivers, check any intermediate programs like equalisers, and check your OS settings for issues. -Opus is a lossy open-source and royalty-free audio format used by several games. +Opus is a lossy open-source and royalty-free (as it always should be) audio format used by several games. Like with the VP9 video format, its implementation on yuzu is not as simple as just playing the file. {{< gh-hovercard "11390" "By implementing" >}} the `OpenHardwareOpusDecoderForMultiStreamEx` and `DecodeInterleavedForMultiStream` service methods (Opus multistream support), FearlessTobi ensured games like `MLB The Show 22` are now playable.