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

Added ctr.hid lib, hid.read() working.

This commit is contained in:
Reuh 2015-08-18 14:52:20 +02:00
parent 2a85112e92
commit 0e42f25b8b
4 changed files with 109 additions and 4 deletions

View file

@ -1,4 +1,5 @@
#include <3ds.h>
#include <3ds/types.h>
#include <3ds/services/apt.h>
#include <lua.h>