Commit Graph

269 Commits

Author SHA1 Message Date
yellows8
a6b6b7be06
Added hid/abstracted-pad example. 2019-06-28 21:56:54 -04:00
yellows8
5d34eb6476
Updated hdls example, for controller type handling. 2019-06-24 21:56:21 -04:00
jonyluke
b957923561 Sdl2 audio example (#53) 2019-06-17 17:06:25 +02:00
switchjsdev
9b5f5d2ada Update .gitignore
templates/sysmodule generate nsp and npdm files
2019-06-16 21:29:57 +02:00
fincs
4e888f77ed Correct key names in hid/read-controls 2019-06-16 21:25:29 +02:00
fincs
0c0e739814 Avoid legal nitpicking with explicit licensing terms (fix #57) 2019-06-16 21:16:44 +02:00
yellows8
7d45e89416
In the hdls example, set the batteryCharge and added a comment. 2019-06-08 21:56:01 -04:00
yellows8
b074eb7a4f
Added hid/hdls example. 2019-06-06 20:52:48 -04:00
yellows8
d5016747de
Updated swkbd example for latest libnx, and use swkbdInlineSetDecidedCancelCallback. 2019-06-04 19:18:56 -04:00
CTCaer
6027f34bfd [hid] Notification led example update and add effects (#54)
* [hid] Notification led example update and add effects
2019-04-27 18:11:25 -04:00
yellows8
1d7a5f04df
Updated notification-led example for latest libnx. 2019-04-26 21:51:19 -04:00
yellows8
452002158c
Added notification-led example. 2019-04-26 12:41:32 -04:00
yellows8
8e78780d9c
Added vrmode example. 2019-04-22 15:50:57 -04:00
yellows8
a355ddbc00
Added applet/light-sensor example. 2019-04-20 16:14:15 -04:00
yellows8
9b7b9e7268
Updated swkbd example comments. 2019-04-09 18:26:58 -04:00
fincs
d6db1e45c9 Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
yellows8
3267713676
Added pctlauth example. 2019-04-02 15:56:28 -04:00
fincs
373eb9c1f2 Remove newlib long double math workaround 2019-03-29 19:25:06 +01:00
yellows8
641a096d47
Added error-applet example. 2019-03-28 20:39:35 -04:00
fincs
f07f848dfd Consolidate all makefiles with changes from the template 2019-03-26 13:52:19 +01:00
fincs
e42e391bc1 Consolidate application/sysmodule template makefiles, see details:
- Removed old EXEFS_SRC handling
- Removed old nso/pfs0 handling
- Added new ExeFS PFS0 (.nsp) handling, with autogenerated npdm from json
  (disabled if no such json file exists)
2019-03-26 13:48:33 +01:00
yellows8
98172389b2 Updated comments for web example. 2019-03-22 20:52:10 -04:00
yellows8
64ca65a3cd Fixed usbhs example for 7.0.0+. 2019-03-21 11:22:44 -04:00
plutoo
a1dfd11769 Add barrier example (#50)
* Add barrier example
2019-03-10 12:22:36 -04:00
yellows8
b5d5d15985 Updated web example for latest libnx, it now uses Web instead of WebWifi. 2019-03-07 11:16:03 -05:00
yellows8
3a5c170c48 Moved web_wifi/ to web/. 2019-03-06 22:01:39 -05:00
averne
e654fde8f9 Add nfc example. (#45)
* Add nfc example.
2019-02-17 20:06:20 -05:00
yellows8
e0bfaf2329 Added swkbd-inline to the swkbd example. Removed a comment. 2019-02-17 16:53:48 -05:00
fincs
a591ef394c Fix library template 2019-02-16 17:01:33 +01:00
Samuel P
f3e9dce94e add web_wifi example (#44)
* add web_wifi example
2019-02-05 13:10:25 -05:00
Jakob Dietrich
a6f0e59e4c Fix pool partition in sysmodule sample
Games won't launch with the npdm generated with `pool_partition` being 0.
2019-01-18 17:46:43 -05:00
Jakob Dietrich
bc7b810f80 Fix boot2.flag filename 2019-01-13 14:05:40 -05:00
Cpasjuste
bf8ac646b0 add sdl2 graphics example (#36) 2019-01-07 19:12:39 +00:00
fincs
0ea76cf3ed Replace usage of old gfx API with new NWindow/Framebuffer API. Clean up some of the examples that used mixed console + custom sw rendering. 2018-12-25 16:58:57 +01:00
fincs
6590041f87 OpenGL examples: use NWindow instead of old gfx API 2018-12-25 16:58:57 +01:00
yellows8
2a6e86f1ea Added applet/libapplets/software-keyboard/. 2018-12-24 20:48:07 -05:00
fincs
f0d7771a3a Update and fix usermode event/timer examples 2018-12-15 18:46:13 +01:00
plutooo
86f28347cf Add user sync primitive examples 2018-12-13 00:10:38 +01:00
fincs
f97ccaa9e0 OpenGL examples: make eglChooseConfig attribute list forwards-compatible 2018-12-07 00:01:25 +01:00
yellows8
4c836fd796 Added usbhs example. 2018-11-30 20:21:19 -05:00
yellows8
70e1e46a82
Updated sysmodule README for latest atmo. 2018-11-30 16:32:52 -05:00
yellows8
ef37c94ddd
Updated usb README regarding .h. 2018-11-28 17:36:31 -05:00
yellows8
7df4b57389 Added sysmodule template. 2018-11-27 19:37:40 -05:00
yellows8
888f86ab36 Added exception-handler example. 2018-11-14 22:01:30 -05:00
yellows8
87a69934f6 Added hwopus example. 2018-11-06 18:31:23 -05:00
yellows8
b8cd670b53 Added applet/lockexit example. 2018-10-25 13:00:11 -04:00
yellows8
159631cb56 Removed an old line in applet/recording. 2018-10-22 13:46:13 -04:00
yellows8
377b8ab820 Added applet/recording example. 2018-10-22 13:43:55 -04:00
yellows8
f614d498b3 Added hid/colors example. 2018-10-16 22:48:15 -04:00
yellows8
16d98071b2 Removed usbds example and added usb/README.md. 2018-10-12 12:03:37 -04:00