Go to file
2018-06-01 18:25:46 -04:00
common Handle touching the message boxes. 2018-05-29 20:37:06 -04:00
data 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
nx_main Handle tapping on Back and Open buttons. Also added swipe gestures to go back and get into netloader. 2018-06-01 17:26:02 -04:00
pc_main Add nxlink support (#27) 2018-03-19 21:42:58 +01:00
resources Updated readme with touch control instructions and demostrations. 2018-06-01 18:23:30 -04: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 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
README.md Missed a letter while fix relative urls. 2018-06-01 18:25:46 -04:00

Usage

See Switchbrew for SD layout, applications, etc.

Touch Controls

Swiping left and right to navigate through lists.

To navigate through the list of folders and applications you can swipe left and right on the bottom list. To open an item you can tap on it in the list or with it highlighted tap the Open or Launch button prompt in the bottom right.

Swiping up to go up a directory.

To go back a folder you can swipe up or tap the Back button prompt in the bottom right.

Swiping down to launch net loader.

To launch the net loader you can swipe down on the screen.

Download

The latest release is available from the releases page.

Building

Build with make nx or just run make.

Credits