Updated Path variables (markdown)

Pk11
2020-11-01 15:59:58 -06:00
parent 60c4a49976
commit 808ded97be
+3 -3
@@ -1,8 +1,8 @@
There are three path variables that can be set by the user and used in scripts, they are:
- `%3DSX%`, which should be used for downloading 3DSX files. Defaults to `sdmc:/3ds/`
- `%NDS%`, which should be used when downloading NDS files. Defaults to `sdmc:/`
- `%ARCHIVE_DEFAULT%`, which should be used when extracting archives. Defaults to `sdmc:/`
- `%3DSX%`, which should be used for downloading 3DSX files. Defaults to `sdmc:/3ds`
- `%NDS%`, which should be used when downloading NDS files. Defaults to `sdmc:`
- `%ARCHIVE_DEFAULT%`, which should be used when extracting archives. Defaults to `sdmc:`
Example:
```json