mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 00:39:30 +00:00
Updated all the libs, added citro3d, added ctr.swkbd (WIP, untested)
This commit is contained in:
parent
68a44645f7
commit
49c87e5526
97 changed files with 7341 additions and 944 deletions
|
|
@ -22,6 +22,8 @@ typedef struct {
|
|||
Thread thread;
|
||||
const char *code;
|
||||
char *error;
|
||||
void* pool;
|
||||
int poolSize; // in bytes
|
||||
} thread_userdata;
|
||||
|
||||
void entryPoint(void *thread) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue