%localappdata%

This commit is contained in:
Matías Locatti 2021-10-11 02:52:24 -03:00 committed by GitHub
parent afea16cba4
commit 8b2163fda9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,7 +268,7 @@ If you wish to change this behaviour, the option is in `Emulation > Configure…
v1993 [moved all QtWebEngine data to a more organized centralized folder,](https://github.com/yuzu-emu/yuzu/pull/7075) improving consistency and reducing clutter from the
users storage.
Instead of a separate folder in `%appdata%`, information is now saved in yuzus directory, `%appdata%\yuzu\qtwebengine` by default.
Instead of a separate folder in `%localappdata%`, information is now saved in yuzus directory, `%appdata%\yuzu\qtwebengine` by default.
[toastUnlimited](https://github.com/lat9nq)
[performed his first stubbing surgery with the audio input services `Start`, `RegisterBufferEvent`, and `AppendAudioInBufferAuto`](https://github.com/yuzu-emu/yuzu/pull/7018).