Go to file
Steven Mattera 00e96fd53b Added touch controls. (#41)
* Added touch controls.
2018-07-30 17:23:34 -04:00
common Added touch controls. (#41) 2018-07-30 17:23:34 -04:00
data Use SharedFont for the A/B button icons. 2018-07-27 21:05:25 -04:00
nx_main Added touch controls. (#41) 2018-07-30 17:23:34 -04:00
pc_main Added font-loading support for the pc-build. 2018-07-24 21:50:01 -04:00
resources Renamed switchicon_questionmark to invalid_icon 2018-02-26 23:52:13 +01:00
.gitignore Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
icon.jpg add icon.jpg 2018-02-28 23:43:29 +01:00
LICENSE.md Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
Makefile Moved 'v' from APP_VERSION in Makefile to Makefile.nx/Makefile.pc, so that the version in the built nro-nacp doesn't include 'v'. Removed nxlink.h include since switch.h has this. 2018-03-19 18:36:58 -04:00
Makefile.nx Use shared-font. Setting s_textLang is still disabled, until language.c is updated. Check for setsysInitialize failure. Moved .nxfnt files into data/unused/. Currently text will not display with the pc-build since no font is loaded for it. Disabled y+=baseline in text-drawing, and adjusted all callers y-pos to manually add the original baseline (so that y-pos matches with the different font). 2018-04-28 11:55:16 -04:00
Makefile.pc Use SharedFont for the A/B button icons. 2018-07-27 21:05:25 -04:00
README.md Updated README. 2018-02-27 15:54:58 -05:00

Usage

See Switchbrew for SD layout, applications, etc.

Download

The latest release is available from the releases page.

Building

Build with make nx or just run make.

Credits