From 40d839da38197c84373d62f8c4517f5860e14b92 Mon Sep 17 00:00:00 2001 From: Schplee <24275329+Schplee@users.noreply.github.com> Date: Sat, 13 Nov 2021 15:50:55 -0800 Subject: [PATCH] Fix german77's name --- site/content/entry/yuzu-progress-report-oct-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-oct-2021/index.md b/site/content/entry/yuzu-progress-report-oct-2021/index.md index 95766685..26abee17 100644 --- a/site/content/entry/yuzu-progress-report-oct-2021/index.md +++ b/site/content/entry/yuzu-progress-report-oct-2021/index.md @@ -333,7 +333,7 @@ Memory usually gets invalidated when unloading from memory `NROs` (Nintendo Relo These changes should alleviate (but not completely solve) the crashes that occur when titles swap NROs in-and-out of memory, such as the case of `Super Smash Bros. Ultimate`. Some games would crash if the user had a profile picture set in yuzu. -[Narr](https://github.com/german77) discovered that this happened when the image's dimensions were greater than `256x256`. +[german77](https://github.com/german77) discovered that this happened when the image's dimensions were greater than `256x256`. To avoid the crash, he made it so that [yuzu now resizes big profile pictures](https://github.com/yuzu-emu/yuzu/pull/7246) to fit the allowed dimensions instead. On Linux, opening the Configuration Window and pressing the `OK` button would lead consistently to a crash.