From b334ffd9a1cdb61c72b4b5b63f639fc96d03a5e9 Mon Sep 17 00:00:00 2001 From: jungletek Date: Wed, 24 Jun 2020 07:58:49 -0400 Subject: [PATCH] Update README.md change path references from `sm64pc` to `sm64ex` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d7bd43..1a99617f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Please contribute **first** to the [nightly branch](https://github.com/sm64pc/sm * Cheats menu in Options (activate with `--cheats` or by pressing L thrice in the pause menu). * Support for both little-endian and big-endian save files (meaning you can use save files from both sm64-port and most emulators), as well as an optional text-based save format. -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. +Recent changes in Nightly have moved the save and configuration file path to `%HOMEPATH%\AppData\Roaming\sm64ex` on Windows and `$HOME/.local/share/sm64ex` 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.