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

Added the ctr.apt library, tweaked ctr.news a bit, fixed a typo in cfgu.c

This commit is contained in:
Firew0lf 2015-12-24 18:44:22 +01:00
parent 2e782ed9ea
commit 5c4da69997
4 changed files with 362 additions and 7 deletions

View file

@ -290,7 +290,7 @@ struct { char *name; int value; } cfgu_constants[] = {
It is equal to `4`.
@field MODEL_N3DSXL
*/
{"MOdEL_N3DSXL", 4},
{"MODEL_N3DSXL", 4},
{NULL, 0}
};