mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-21 17:24:37 -05:00
JK's Save Manager Switch Edition
| inc | ||
| romfs/img | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.MD | ||
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.

Building:
Credits and Thanks:
- shared-font example by yellows8
- Authors of switch-examples for account and save mounting code.