1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctruLua/source
Firew0lf f580341aff Fixed #1
"gfx.texture.load()" with a bad file name now return "nil" and an error.
2015-08-21 21:18:41 +02:00
..
color.c Added color.get/setBackground and color.RGBA8 2015-08-18 16:37:28 +02:00
ctr.c Added fs lib; fs.list working. Added a simple shell. 2015-08-20 21:12:15 +02:00
font.c Added ctr.gfx.getFPS, renamed ctr.hid.read to ctr.hid.keys, unload font from memory when exiting and did some cleaning 2015-08-19 17:14:02 +02:00
fs.c Added fs lib; fs.list working. Added a simple shell. 2015-08-20 21:12:15 +02:00
gfx.c Added a basic texture library 2015-08-21 12:39:39 +02:00
hid.c Added the hid.pos3d() function. 2015-08-21 18:24:21 +02:00
ir.c Added the "ctr.ir" library. Maybe it's working. 2015-08-20 18:33:49 +02:00
main.c Added fs lib; fs.list working. Added a simple shell. 2015-08-20 21:12:15 +02:00
news.c Added ctr.gfx.getFPS, renamed ctr.hid.read to ctr.hid.keys, unload font from memory when exiting and did some cleaning 2015-08-19 17:14:02 +02:00
ptm.c Removed some "(lua_Integer)", Fixed some pointers-related stuff 2015-08-18 19:30:53 +02:00
texture.c Fixed #1 2015-08-21 21:18:41 +02:00