Commit Graph

269 Commits

Author SHA1 Message Date
yellows8
52bdce1eb0
ldn: Various adjustments/fixes, and added a printf regarding D-Pad buttons. 2020-05-24 12:54:33 -04:00
yellows8
1f30cbcd17
Added ldn example. 2020-05-24 12:43:05 -04:00
yellows8
edb1506560 Added curl example. 2020-05-11 22:04:19 +02:00
fincs
1a4cb0662a
deko example framework: Include <unistd.h> for close() 2020-05-06 00:57:24 +02:00
yellows8
0175f8020b
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
fincs
d8e5cd4d2b
Use nxlinkStdioForDebug in deko_examples in order to avoid collisions with the console 2020-04-17 16:49:38 +02:00
HookedBehemoth
794a26392b update for libnx pl init change 2020-04-15 18:18:33 +02:00
yellows8
c68fc5e826
Updated the nfc example for latest libnx. 2020-04-07 12:45:06 -04:00
fincs
bbd8727804
Add deko3d GPU-rendered console example 2020-04-04 13:41:18 +02:00
fincs
36dff0db63
Import deko3d examples 2020-04-04 13:41:18 +02:00
fincs
554d75d499
Add basic deko3d C example (rendering a triangle) 2020-04-04 13:41:05 +02:00
yellows8
a34aba3b72
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
yellows8
948ce48e58
Updated the irsensor example for latest libnx, and various improvements. 2020-04-02 18:50:27 -04:00
yellows8
2e7d0c198e
Minor adjustment for the ring-con example. 2020-03-24 22:23:58 -04:00
yellows8
2ee7aff9e4
Added hid/ring-con example. (#76)
* Added hid/ring-con example.
2020-03-24 22:19:30 -04:00
fincs
f82d955dfe
U64_MAX -> UINT64_MAX 2020-03-16 16:22:27 +01:00
Bruno Macabeus
d279271037 doc: update templates/sysmodule readme 2020-01-17 11:44:52 -05:00
yellows8
9da8e4a9f4
Updated vibration example for latest libnx / various adjustments. 2020-01-12 12:27:17 -05:00
yellows8
f133405219
Updated save example for latest libnx. 2019-12-10 18:48:34 -05:00
yellows8
25d9880c3b
Updated examples to pass ServiceType to the relevant *Initialize() funcs, as required by latest libnx. 2019-11-18 10:56:41 -05:00
yellows8
b9df83b93d
Added alarm-notifications example. 2019-11-17 18:26:53 -05:00
yellows8
afb3d2132f
Updated fs/save for latest libnx. 2019-11-16 16:12:43 -05:00
yellows8
147a5e2fc4
Updated fs/save for latest libnx. 2019-11-13 14:49:20 -05:00
yellows8
86a1af14fc
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
yellows8
d952469c56
Updated fs/save example for latest libnx + minor changes. 2019-10-30 12:05:06 -04:00
yellows8
89bfe5608d
Updated for latest libnx, and use official naming instead of 'title'. 2019-10-30 11:31:37 -04:00
yellows8
c3c4c4f07c
Updated for latest libnx (fatalSimple -> fatalThrow). 2019-10-25 18:51:09 -04:00
fincs
c1524e86d6
Update for latest libnx changes 2019-10-21 21:46:28 +02:00
yellows8
9b44df4132
Updated notification-led example for using hidsysSetNotificationLedPatternWithTimeout. 2019-10-19 19:53:56 -04:00
yellows8
188b41ff9e
Updated threadCreate() usage in the misc examples for latest libnx. 2019-10-19 19:02:43 -04:00
yellows8
68a9002b4a
Updated app-playstats for latest libnx, and updated for using more cmds etc. 2019-10-18 16:56:58 -04:00
yellows8
868da01cd5
Updated nfc example for latest libnx. 2019-10-14 17:22:30 -04:00
yellows8
a0b4ee1229
Updated nfc example for latest libnx. 2019-10-13 19:40:03 -04:00
yellows8
5363a04d9b
Updated nfc example for latest libnx, and minor other changes. 2019-10-13 13:42:18 -04:00
yellows8
da994a8a69
Updated hid/notification-led for latest libnx. 2019-10-11 15:37:32 -04:00
yellows8
707d65171e
Updated fs/save for latest libnx. 2019-10-08 18:16:35 -04:00
yellows8
3fc12d7765
Updated the account example for latest libnx. 2019-10-08 15:45:14 -04:00
yellows8
b8cf089964
Updated the get_system_language example for using the SetLanguage enum from latest libnx. 2019-10-06 18:56:37 -04:00
yellows8
25a7b2adaa
Minor print fix for the vrmode example. 2019-10-01 21:19:52 -04:00
yellows8
9d11f70f3c
Updated the hid/abstracted-pad and hid/hdls examples for latest libnx, this includes hdls support for [9.0.0+]. Adjusted buttons handling in hdls example, and print NpadInterfaceType/PowerInfo. 2019-09-14 11:17:58 -04:00
yellows8
c24895c52f
Added deprecated warning to the hid/abstracted-pad example. 2019-09-11 16:13:54 -04:00
yellows8
d1d712702a
Added graphics/simplegfx_moviemaker. 2019-08-28 18:46:58 -04:00
yellows8
927256ce99
Use accountGetPreselectedUser for getting the userID in the account and fs/save examples. 2019-07-29 19:13:50 -04:00
yellows8
f89c1572bc
Added applet/screenshot-overlay example. 2019-07-14 17:45:08 -04:00
yellows8
c53781e6e4
Removed a comment from the app-playstats example. 2019-07-12 19:45:15 -04:00
yellows8
b2e214321b
Added pdmqry usage to the applet/app-playstats example. 2019-07-09 21:44:55 -04:00
yellows8
d459edb90d
Updated fs/save for latest libnx. 2019-07-09 12:31:26 -04:00
yellows8
fee28d299f
Updated irsensor example. 2019-07-01 22:16:58 -04:00
yellows8
98b90baa84
Updated app-playstats example. 2019-06-30 10:47:07 -04:00
yellows8
28bae570fe
Added applet/app-playstats example. 2019-06-29 20:50:13 -04:00