JK's Save Manager Switch Edition
Go to file
2018-08-05 17:40:25 -04:00
inc Tweak Nav buttons 2018-08-05 17:40:25 -04:00
romfs/img Add clsFolderMenu for consistency 2018-08-01 23:52:48 -04:00
src Tweak Nav buttons 2018-08-05 17:40:25 -04:00
.gitignore First 2018-06-10 22:04:04 -04:00
LICENSE Add License 2018-06-10 22:31:48 -04:00
Makefile Add more touch controls 2018-08-05 00:05:14 -04:00
README.MD Update README.MD 2018-07-23 19:23:55 -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.