From 872fe2c26ec62ff115deac359018a218c8144745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Thu, 12 Aug 2021 05:43:50 -0300 Subject: [PATCH] Rewording for screenshots fix --- site/content/entry/yuzu-progress-report-jul-2021/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-jul-2021/index.md b/site/content/entry/yuzu-progress-report-jul-2021/index.md index 12d6a6f4..90de5bd1 100644 --- a/site/content/entry/yuzu-progress-report-jul-2021/index.md +++ b/site/content/entry/yuzu-progress-report-jul-2021/index.md @@ -151,9 +151,10 @@ To avoid confusion with the FPS unlimiter, the old Frame limit was [renamed to S "./fpscap.png| You can find the new options here" >}} -Since before the [release of the texture cache rewrite](https://yuzu-emu.org/entry/yuzu-tcr/) brought with it a regression that made taking screenshots no longer work. +Since before the [release of the texture cache rewrite,](https://yuzu-emu.org/entry/yuzu-tcr/) a regression that made screenshots being taken to save in the wrong directory has +been lurking in the code. Turns out [a single directory separator was missing in the code,](https://github.com/yuzu-emu/yuzu/pull/6709). -Now screenshots will work by either pressing the `Ctrl + P` hotkey, or via selecting the `Tools > Capture Screenshot…` menu option. +Now screenshots will work by either pressing the `Ctrl + P` hotkey, or via selecting the `Tools > Capture Screenshot…` menu option, and save in the selected folder. epicboy also [added support for taking screenshots in the Vulkan API](https://github.com/yuzu-emu/yuzu/pull/6720), solving an old issue from way back when [Vulkan was first implemented](https://yuzu-emu.org/entry/yuzu-vulkan/) two years ago. How time flies...