JK's Save Manager Switch Edition
Go to file
2018-07-22 00:37:16 -04:00
inc Load TTF Files to mem for speed 2018-07-22 00:37:16 -04:00
romfs/img Update for devkitA64 2018-07-15 11:02:55 -04:00
src Load TTF Files to mem for speed 2018-07-22 00:37:16 -04:00
.gitignore First 2018-06-10 22:04:04 -04:00
LICENSE Add License 2018-06-10 22:31:48 -04:00
Makefile Update to use gfx.c I've been hoarding 2018-07-22 00:17:36 -04:00
README.MD Update + some cleaning 2018-07-08 05:33:06 -04:00

JKSV

JKSV for Switch. Mostly to get familiar with libnx. This is still a WIP. Nothing is final yet! You will have to build the newer UI yourself. I'm not providing binaries until I consider it usable

JKSV JKSV JKSV

Building:

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

Credits and Thanks:

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