From 55692aebf89404f4bd352aea27ce7ef3350d3c66 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Fri, 5 Jun 2020 21:19:44 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b23d0bc..882ee891 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Please contribute **first** to the [nightly branch](https://github.com/sm64pc/sm * Disabling the HUD. * Cheats menu in Options. (Activate with `--cheats`) Please note that if a cheat asks you to press "L" it's referring to the N64 button. Check your bindings and make sure you have the "L" button mapped to a button in your controller. * Text-based save support. (Activate with `make TEXTSAVES=1`.) - * Recent changes in Nightly have moved the save and configuration file path to %HOMEPATH%\AppData\Roaming\sm64pc - This behaviour can be changed with the `--savepath` CLI option. For example `--savepath .` will read saves from the current directory (which not always matches the exe directory, but most of the time it does); -`--savepath '!'` will read saves from the executable directory. + * Recent changes in Nightly have moved the save and configuration file path to `%HOMEPATH%\AppData\Roaming\sm64pc` on Windows and `$HOME/.local/share/sm64pc` on Linux. This behaviour can be changed with the `--savepath` CLI option. + For example `--savepath .` will read saves from the current directory (which not always matches the exe directory, but most of the time it does); + `--savepath '!'` will read saves from the executable directory. ## Building For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki).