JK's Save Manager Switch Edition
Go to file
2018-07-23 19:22:56 -04:00
inc Tweak safe strings again 2018-07-22 22:56:35 -04:00
romfs/img Add color swapping + selBox 2018-07-22 20:23:48 -04:00
src Default to ID for non-ASCII 2018-07-23 18:29:05 -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 readme 2018-07-23 19:22:56 -04:00

JKSV

WIP save manager for Switch. Started to get familiar with libnx and test my basic, mostly self written graphics drawing file. This is still a WIP. Nothing is final yet!

** A custom 1280x720 background can be used by placing a JPEG named 'back.jpg' in the JKSV folder ex: "sdmc:/JKSV/back.jpg"**

** A custom font can be loaded by placing a TTF file in the folder named 'font.ttf' ex: "sdmc:/JKSV/font.ttf"**

More customization in the future, maybe.

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.