Go to file
2020-05-28 18:36:37 +02: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 Updated the app-playstats example for latest libnx, due to [10.0.0+], and a minor other adjustment. 2020-04-17 14:20:49 -04:00
audio U64_MAX -> UINT64_MAX 2020-03-16 16:22:27 +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 add sdl2 demo using romfs for data 2020-05-26 23:49:58 +01:00
hid Updated the irsensor example for latest libnx, and various improvements. 2020-04-02 18:50:27 -04: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
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 sysmodule template: set __nx_fs_num_sessions to 1 2020-05-28 18:36:37 +02: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 dist target (#9) 2018-02-18 18:51:38 -05: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