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:
parent
f554f53a47
commit
707b1a451e
4 changed files with 616 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue