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

Added some examples, fixed a typo

This commit is contained in:
Firew0lf 2015-12-31 15:41:09 +01:00
parent b87b2676e6
commit e10a101a4a
8 changed files with 225 additions and 2 deletions

View file

@ -215,7 +215,7 @@ struct { char *name; int value; } cfgu_constants[] = {
/***
Constant returned by `getLanguage` if the language is Italian.
It is equal to `4`.
@field LANGUAGE_JP
@field LANGUAGE_IT
*/
{"LANGUAGE_IT", CFG_LANGUAGE_IT},
/***
@ -276,7 +276,7 @@ struct { char *name; int value; } cfgu_constants[] = {
/***
Constant returned by `getModel` if the console is a New 3DS.
It is equal to `2`.
@field MODEL_3DSXL
@field MODEL_N3DS
*/
{"MODEL_N3DS", 2},
/***