Go to file
2020-12-01 21:51:39 +01:00
account Updated examples to pass ServiceType to the relevant *Initialize() funcs, as required by latest libnx. 2019-11-18 10:56:41 -05:00
alarm-notifications Added alarm-notifications example. 2019-11-17 18:26:53 -05:00
app_controldata Updated for latest libnx, and use official naming instead of 'title'. 2019-10-30 11:31:37 -04:00
applet Added -lm to the swkbd example Makefile. 2020-06-14 00:08:11 -04:00
audio sdl2-audio: include path is set to SDL2 by pkg-config. Closes #79 2020-06-26 09:58:25 +01:00
exception-handler Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
fs Fixed issue with the fs/save example where the FsSaveDataInfoReader was not closed when a save was found successfully. 2020-04-03 00:23:04 -04:00
graphics Use diagAbortWithResult instead of fatalThrow 2020-10-31 19:13:24 +01:00
hid hid/vibration: update for hid-refactor 2020-12-01 21:51:39 +01:00
jit Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
misc Updated threadCreate() usage in the misc examples for latest libnx. 2019-10-19 19:02:43 -04:00
network ldn: Use fixed-size buffer for sendto(), and make sure the data from recvfrom() is NUL-terminated. 2020-05-24 15:50:22 -04:00
nfc Updated the nfc example for latest libnx. 2020-04-07 12:45:06 -04:00
power Add power example 2020-09-28 13:08:31 +02:00
settings/get_system_language Updated the get_system_language example for using the SetLanguage enum from latest libnx. 2019-10-06 18:56:37 -04:00
templates templates/application: Update for hid-refactor API 2020-12-01 21:36:02 +01:00
time Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
usb usb/usbhs: Updated for using an actual mass-storage cmd and reading the reply, instead of just reading from an endpoint (which would hang). Various improvements + comments improvements. 2019-10-30 17:20:23 -04:00
.gitignore Add basic deko3d C example (rendering a triangle) 2020-04-04 13:41:05 +02:00
Makefile Add targets per Makefile, allowing make -j to work 2020-10-03 16:00:22 +01:00
README.md Avoid legal nitpicking with explicit licensing terms (fix #57) 2019-06-16 21:16:44 +02:00

switch-examples

Examples for Switch using devkitA64 and libnx.

Public Domain Mark