JKSV/README.MD
2018-07-23 19:23:55 -04:00

1.1 KiB

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.