r4dius / JKSV

Tool for Switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JKSV

Multipurpose Save tool for Switch.

user select game list game save

Info

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. 2. Dump system save data * Pressing all four shoulder buttons at once will rescan and include the previously unlisted system saves. * Dumping this data is allowed, but writing back is not.

Building:

  1. Requires devkitPro and libnx
  2. Requires switch-freetype, switch-libjpeg-turbo and switch-libpng

Credits and Thanks:

  • shared-font example by yellows8
  • Authors of switch-examples for account and save mounting code.
  • Iguniisu for the icon.

r4dius fork :

  • Design overhaul to match switch menus
  • Removed non game save stuff

To do (maybe) :

  • add battery / time info
  • popup confirmation when writing to a name that already exists

Stuff I'd like to add :

  • scrolling effect

About

Tool for Switch

License:GNU General Public License v3.0


Languages

Language:C++ 77.9%Language:C 16.7%Language:Makefile 5.4%