mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Fix german77's name
This commit is contained in:
parent
361216cea5
commit
40d839da38
|
@ -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`.
|
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.
|
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.
|
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.
|
On Linux, opening the Configuration Window and pressing the `OK` button would lead consistently to a crash.
|
||||||
|
|
Loading…
Reference in a new issue