Update Readme + date

This commit is contained in:
J-D-K 2020-06-07 20:15:48 -04:00
parent 9e87758298
commit 4e4ca56f79
3 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ INCLUDES := inc
EXEFS_SRC := exefs_src
APP_TITLE := JKSV
APP_AUTHOR := JK
APP_VERSION := 06.06.2020
APP_VERSION := 06.07.2020
ROMFS := romfs
ICON := romfs/icon.jpg

View File

@ -8,6 +8,7 @@ Data Dump/Restore tool for Switch.
JKSV on Switch started as a small project/port to test some things and get familiar with libnx. A list of what it currently can do:
1. Dump and restore save data.
* This includes the ability to dump and restore to/from any location on SD by pressing minus and using the Advanced Mode.
* Save Data can be dumped and restored directly to and from ZIP archives by enabling `Export To ZIP` in the options menus. Folders will still be detected and usable even with this enabled.
2. Dump system save data
* Dumping this data is always enabled, but writing back needs to be enabled from the options menu. Writing to this can be very dangerous.
3. Open and explore bis storage partitions via the Extras menu

View File

@ -10,7 +10,7 @@
#include "util.h"
#include "file.h"
#define VER_STRING "v. 06.06.2020"
#define VER_STRING "v. 06.07.2020"
//text mode
bool ui::textMode = false;