Note changed save & config file location

This commit is contained in:
luciferin 2020-06-05 09:50:16 -04:00 committed by GitHub
parent c23ce629ad
commit 8850331099
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Please contribute **first** to the [nightly branch](https://github.com/sm64pc/sm
* Disabling the HUD. * 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. * 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`.) * Text-based save support. (Activate with `make TEXTSAVES=1`.)
* Recent changes in Nightly have moved save and configuration files, and they will *not* be read from the same directory as the executable. They are now stored in %HOMEPATH%\AppData\Roaming\sm64pc
## Building ## Building
For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki). For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki).