mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-22 11:56:42 +00:00
a
This commit is contained in:
parent
5b981bb144
commit
e423a612ce
2 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,7 @@ ClassFunctionTableEntry_t arrayFunctions[] = {
|
||||||
{"copy", arrayCopy, 0, 0},
|
{"copy", arrayCopy, 0, 0},
|
||||||
{"set", arraySet, 2, oneIntOneAny},
|
{"set", arraySet, 2, oneIntOneAny},
|
||||||
{"+", arrayAdd, 1, anotherAnotherOneVarArg},
|
{"+", arrayAdd, 1, anotherAnotherOneVarArg},
|
||||||
|
{"add", arrayAdd, 1, anotherAnotherOneVarArg},
|
||||||
{"-", arrayMinus, 1, anotherOneIntArg},
|
{"-", arrayMinus, 1, anotherOneIntArg},
|
||||||
{"contains", arrayContains, 1, anotherAnotherOneVarArg},
|
{"contains", arrayContains, 1, anotherAnotherOneVarArg},
|
||||||
{"bytestostr", bytesToStr, 0, 0},
|
{"bytestostr", bytesToStr, 0, 0},
|
||||||
|
|
|
@ -399,6 +399,7 @@ STUBBED(stdGetMs)
|
||||||
STUBBED(stdClear)
|
STUBBED(stdClear)
|
||||||
STUBBED(stdRmDir)
|
STUBBED(stdRmDir)
|
||||||
STUBBED(stdFileExists)
|
STUBBED(stdFileExists)
|
||||||
|
STUBBED(stdFileDel)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
u8 oneIntoneFunction[] = { IntClass, FunctionClass };
|
u8 oneIntoneFunction[] = { IntClass, FunctionClass };
|
||||||
|
|
Loading…
Reference in a new issue