Commit Graph

32 Commits

Author SHA1 Message Date
fincs
1e59bd0699
Update all non-HID examples for hid-refactor 2020-12-02 14:39:00 +01: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
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
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
d952469c56
Updated fs/save example for latest libnx + minor changes. 2019-10-30 12:05:06 -04:00
fincs
c1524e86d6
Update for latest libnx changes 2019-10-21 21:46:28 +02:00
yellows8
707d65171e
Updated fs/save for latest libnx. 2019-10-08 18:16:35 -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
d459edb90d
Updated fs/save for latest libnx. 2019-07-09 12:31:26 -04:00
fincs
d6db1e45c9 Update ARCH to -march=armv8-a+crc+crypto 2019-04-05 13:20:32 +02:00
fincs
f07f848dfd Consolidate all makefiles with changes from the template 2019-03-26 13:52:19 +01:00
fincs
4894fcf472 Update console examples to use the new console API. Improved documentation of application template. 2018-10-06 16:50:57 +02:00
yellows8
0dd20a470d
Removed outdated text from README. 2018-09-23 16:52:13 -04:00
Dave Murphy
9334a40b31 use default gnu++14 instead of explicit gnu++11 2018-09-19 02:10:58 +02:00
fincs
012423e429 Remove unnecessary calls to gfxWaitForVsync 2018-09-09 17:25:47 +02:00
Dave Murphy
13000dfd88 fix bin2o rule for parallel make 2018-05-22 00:56:53 +02:00
yellows8
0e05eec5d7 Added a coment to the save example. 2018-05-12 11:54:37 -04:00
Dave Murphy
4dcced2805 parallelise Makefiles 2018-05-02 21:58:58 +02:00
Thompson Lee
d4cf965df9 Updated all hidKeys...() function to store u64 instead of u32. (#28)
Also fixed some whitespace in usbds example
2018-04-30 00:18:16 +02:00
yellows8
0ff790f032 Use R_FAILED for the romfsInit rc check. 2018-04-21 01:57:28 -04:00
Dave Murphy
305c6f325e add ROMFS option to all Makefiles (#25)
* add romfs building

* report error on failure

* add ROMFS option to all Makefiles
2018-04-19 14:54:51 -04:00
yellows8
57425a7342 Added app_controldata example. Added comment to save example. 2018-04-15 15:05:22 -04:00
yellows8
aada6746ec Added account example and added comment to save example. 2018-03-28 19:29:07 -04:00
yellows8
e76f9e23e6 Added note regarding device-names to the save example. 2018-03-28 11:16:54 -04:00
yellows8
8073ca30fb In save example, use SaveDataIterator to find what savedata to use, otherwise fallback to the original hard-coded TID + current-userID. 2018-03-26 14:52:03 -04:00
yellows8
412a458014 Added fs savedata example. 2018-03-21 19:14:03 -04:00
Dave Murphy
17c6b8658c use __SWITCH__ in preference to just SWITCH to avoid potential collisions 2018-03-11 00:37:23 +01:00
plutoo
a8e052bb72 Untabify 2018-03-07 18:51:41 +01:00
yellows8
3693998cbc Added romfs example based on the 3ds-examples one, not yet ready for use. 2018-02-28 11:57:24 -05:00
yellows8
770b18182f Added sdmc example. 2018-02-26 17:27:57 -05:00