From caccd5b6804fde984bc8fad8a14ff47510139559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Thu, 18 Feb 2021 00:38:29 -0300 Subject: [PATCH] Fixing Window's location (#260) --- site/content/help/reference/log-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/help/reference/log-files.md b/site/content/help/reference/log-files.md index 75fa6459..ab0efc10 100644 --- a/site/content/help/reference/log-files.md +++ b/site/content/help/reference/log-files.md @@ -16,7 +16,7 @@ description: "How to properly gather and upload log files from yuzu."

Note: After this step, yuzu needs to remain closed. Do not open the emulator until the rest of the steps are completed.

3. Gathering the log files: - - 3a. *(Windows only)* Navigate to `%appdata%/Roaming/yuzu/log`. A file called `yuzu_log.txt` should be present in the directory. + - 3a. *(Windows only)* Navigate to `%appdata%/yuzu/log`. A file called `yuzu_log.txt` should be present in the directory. - 3b. *(Linux only)* In the terminal, type `echo $XDG_DATA_HOME`. This command will print out the user-specific data directory. If nothing gets printed out, that means the directory hasn't been changed and the log is present in `~/.local/share/yuzu/log`. If something has been printed out, however, you should follow that directory instead and manually navigate to `/yuzu/log` there.