diff --git a/Makefile b/Makefile index 8e54635..85f0b1b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.MD b/README.MD index eb272ab..5ad10a4 100644 --- a/README.MD +++ b/README.MD @@ -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 diff --git a/src/ui.cpp b/src/ui.cpp index f7018ea..05feaa3 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -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;