Update site/content/entry/yuzu-progress-report-dec-2020/index.md

Co-authored-by: lat9nq <lat9nq@virginia.edu>
This commit is contained in:
Matías Locatti 2021-01-10 17:01:55 -03:00 committed by GitHub
parent 6e67b86e3c
commit c2584fc39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ As you can clearly see with [Rodrigos](https://github.com/ReinUsesLisp)... ar
"./botwfix.png"
>}}
There were some crashes when exiting yuzu that were related to the telemetry process. [Tobi](https://github.com/FearlessTobi) ported a fix from [Citra](https://github.com/citra-emu/citra) that [changes the type of `AddField` to a string,](https://github.com/yuzu-emu/yuzu/pull/5127) squashing one bug down.
There were some crashes when exiting yuzu that was related to the telemetry process. [Tobi](https://github.com/FearlessTobi) ported a fix from [Citra](https://github.com/citra-emu/citra) that [changes the type of `AddField` to a string,](https://github.com/yuzu-emu/yuzu/pull/5127) squashing one bug down.
A commonly reported issue was that configuration changes are lost if yuzu crashes. [toastUnlimited](https://github.com/lat9nq) changed this behaviour to simply [save the current settings before booting a game.](https://github.com/yuzu-emu/yuzu/pull/5217) This change saves several headaches.