Commit Graph

1045 Commits

Author SHA1 Message Date
Liam Minopulos
c7ef04d69d Rename error.cpp to error.c 2019-02-28 16:30:36 +01:00
Liam Minopulos
9ddd168a04 Fix documentation 2019-02-28 11:25:14 +01:00
Liam Minopulos
0ff59bbc18 Fix documentation 2019-02-28 09:00:12 +01:00
Liam Minopulos
b65594a060 Use sizeof instead of strnlen 2019-02-28 09:00:01 +01:00
Liam Minopulos
928b66a3b6 Add warning 2019-02-28 08:59:47 +01:00
Liam Minopulos
6b3951ae17 Rename pad to unk 2019-02-28 08:59:38 +01:00
Liam Minopulos
91aade225a Use u8 instead of bool 2019-02-28 08:59:29 +01:00
Liam Minopulos
6bda3f1df8 Module/Description instead of major_code/minor_code 2019-02-28 08:57:55 +01:00
Liam Minopulos
6b94e5ff99 Use sizeof 2019-02-28 08:57:07 +01:00
Liam Minopulos
3c72170135 Remove unnecessary strcpy and assignment 2019-02-28 08:56:45 +01:00
Liam Minopulos
eacd10a1ec Fix description setter 2019-02-27 21:39:29 +01:00
Liam Minopulos
66674b35a8 Use strncpy and strnlen 2019-02-27 21:37:50 +01:00
Liam Minopulos
f2abbc45db Use libapplet-wrapper instead of AppletStorage 2019-02-27 20:40:29 +01:00
Liam Minopulos
f816ac52d5 Remove unnecessary array 2019-02-27 20:20:10 +01:00
Liam Minopulos
f41f0bea7a Fix argument name 2019-02-27 20:17:56 +01:00
Liam Minopulos
7e42dfe3ca Make ErrorConfig exactly represent expected input-data 2019-02-27 20:16:25 +01:00
Liam Minopulos
dd184c2955 Embed arguments directly in config-struct 2019-02-26 23:51:43 +01:00
Liam Minopulos
bb93efbd17 Include error header 2019-02-26 23:13:54 +01:00
Liam Minopulos
33e6413ba5 Revert "Include error header"
This reverts commit e92086bbdd.
2019-02-26 23:12:56 +01:00
Liam Minopulos
e92086bbdd Include error header 2019-02-26 22:57:39 +01:00
Liam Minopulos
320f17a94f Implement error applet 2019-02-26 22:57:31 +01:00
yellows8
904deeec10 Updated @brief in the web.h docs-header. 2019-02-26 15:23:01 -05:00
yellows8
2cd9825074 Added webConfigSetCallbackUrl, webConfigSetCallbackableUrl, and webConfigSetUserAgentAdditionalString. Improved web docs. 2019-02-26 15:16:26 -05:00
yellows8
6aa2640e4a Fixed comment alignment for WebArgType. 2019-02-25 23:24:29 -05:00
yellows8
50e2d43b70 Added WebArgType enum. 2019-02-25 23:22:49 -05:00
yellows8
91bf06653e Added webConfigSetDisplayUrlKind. Added more _webConfigSet* funcs. 2019-02-25 21:23:53 -05:00
yellows8
708ad83ead Renamed webShow to webConfigShow. Added webConfigSetWhitelist. 2019-02-25 20:12:36 -05:00
yellows8
7ccc29f397 Internal web arg handling improvements. 2019-02-25 19:38:15 -05:00
yellows8
ec5f1dc17f Renamed WebPageConfig to WebCommonConfig with more fields. Renamed webPageShow to webShow. Various web improvements including version handling. 2019-02-25 19:08:49 -05:00
yellows8
9f45bb4d7e Fixed IPC issues with bsdRead. 2019-02-24 22:17:27 -05:00
yellows8
4b8e501fdb Various web improvements, changed/added some structs. 2019-02-23 17:00:10 -05:00
fincs
bf13da990a Critical fix in new barrier impl 2019-02-23 21:09:41 +01:00
plutooo
e8f3964475 barrier: More efficient impl, maybe 2019-02-23 21:05:39 +01:00
yellows8
0a230bae65 Fixed issue in _webTLVWrite. Updated web docs. The url param for webPageCreate is no longer optional. 2019-02-21 00:15:09 -05:00
yellows8
601c76b508 Initial support for WebApplet/non-webWifi. 2019-02-20 23:42:17 -05:00
yellows8
425df41e7e Improved internal web applet launching/exit handling. 2019-02-20 18:34:16 -05:00
yellows8
d61c2d07b6 Added appletRequestLaunchApplication and appletRequestLaunchApplicationForQuest. 2019-02-19 23:12:29 -05:00
yellows8
d90893c566 Expose libappletCreateWriteStorage. 2019-02-19 21:46:53 -05:00
Luke Street
1415df75e4 Update svcSleepThread definition 2019-02-19 18:18:50 -05:00
yellows8
567828f44e Fixed doxygen issues / improved docs. Closes #230. 2019-02-19 16:56:33 -05:00
yellows8
e2f05654dd Moved web applet-exit handling into a dedicated func, which can optionally handle reading the applet reply storage. Added out param to webWifiShow for the applet reply data. 2019-02-18 22:32:18 -05:00
yellows8
f392dc0ce2 Added libappletReadStorage and libappletPopOutData. 2019-02-18 22:29:53 -05:00
yellows8
821c46539d Added 7.0.0+ support for _viCreateStrayLayer. 2019-02-18 22:26:22 -05:00
yellows8
e3f021bab3 Verify that the version is 2.0.0+ in swkbdInlineCreate. 2019-02-18 16:42:12 -05:00
fincs
11b7bece4a Change all services except fatal to use hosversion* instead of kernelAboveXYZ 2019-02-18 21:48:49 +01:00
fincs
61cc738730 Introduce hosversion.h - HOS version detection utilities
- Simplify kernel/detect.h logic; introduce detectKernelVersion()
- Use set:sys (if available) during __appInit in order to initialize
  the current HOS version
2019-02-18 21:48:41 +01:00
yellows8
6c3f72929d Fixed WebWifiPageArg struct, improved web-wifi handling and added docs. 2019-02-18 12:29:40 -05:00
fincs
ee2e19ce38 Improve names/documentation for jit kernel patch functions in detect.h/c + codestylefixes 2019-02-16 16:42:08 +01:00
yellows8
1cb2c18fa5 Added capssc. 2019-02-15 20:30:39 -05:00
averne
7d9601810d Added nfp:user services wrappers. (#237)
* hid: move official/libnx controller converters to hid.h
2019-02-15 19:06:41 +01:00