1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-28 00:39:30 +00:00

Added the ctr.uds lib (3DS-to-3DS wireless communication), Added a function to add ssl certificates for HTTP contexts, Minor documentation update.

The UDS lib is completely untested, because I only have 1 3DS.
This commit is contained in:
Firew0lf 2016-04-26 14:44:18 +02:00
parent f554f53a47
commit 707b1a451e
4 changed files with 616 additions and 1 deletions

View file

@ -92,7 +92,7 @@ static int socket_init(lua_State *L) {
}
/***
Disable the socket module. Must be called before exiting ctrµLua.
Disable the socket module.
@function shutdown
*/
static int socket_shutdown(lua_State *L) {