note how to reset config in windows in README.md
Add a note at the top of README.md for windows users on how to find the config directory and delete it.
This commit is contained in:
parent
ed00dc77a9
commit
66a50e35da
|
@ -30,6 +30,14 @@ Your distribution may have packages available as well, search for "vbam".
|
|||
|
||||
It is also generally very easy to build from source, see below.
|
||||
|
||||
## Note for Windows Users
|
||||
|
||||
If you are having issues, try resetting your config file first.
|
||||
|
||||
- open file explorer
|
||||
- in the location bar, type `%USERPROFILE%\AppData\Local` and press enter
|
||||
- delete the directory called `visualboyadvance-m`
|
||||
|
||||
## Building
|
||||
|
||||
The basic formula to build vba-m is:
|
||||
|
|
Loading…
Reference in New Issue