mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-26 10:15:22 -05:00
Update Readme + date
This commit is contained in:
parent
9e87758298
commit
4e4ca56f79
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ INCLUDES := inc
|
||||||
EXEFS_SRC := exefs_src
|
EXEFS_SRC := exefs_src
|
||||||
APP_TITLE := JKSV
|
APP_TITLE := JKSV
|
||||||
APP_AUTHOR := JK
|
APP_AUTHOR := JK
|
||||||
APP_VERSION := 06.06.2020
|
APP_VERSION := 06.07.2020
|
||||||
ROMFS := romfs
|
ROMFS := romfs
|
||||||
ICON := romfs/icon.jpg
|
ICON := romfs/icon.jpg
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
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.
|
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.
|
* 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
|
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.
|
* 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
|
3. Open and explore bis storage partitions via the Extras menu
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
|
||||||
#define VER_STRING "v. 06.06.2020"
|
#define VER_STRING "v. 06.07.2020"
|
||||||
|
|
||||||
//text mode
|
//text mode
|
||||||
bool ui::textMode = false;
|
bool ui::textMode = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user