1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-16 20:13:24 +01:00
This commit is contained in:
suchmememanyskill 2021-07-25 00:54:21 +02:00
parent 5b981bb144
commit e423a612ce
2 changed files with 2 additions and 0 deletions

View file

@ -257,6 +257,7 @@ ClassFunctionTableEntry_t arrayFunctions[] = {
{"copy", arrayCopy, 0, 0},
{"set", arraySet, 2, oneIntOneAny},
{"+", arrayAdd, 1, anotherAnotherOneVarArg},
{"add", arrayAdd, 1, anotherAnotherOneVarArg},
{"-", arrayMinus, 1, anotherOneIntArg},
{"contains", arrayContains, 1, anotherAnotherOneVarArg},
{"bytestostr", bytesToStr, 0, 0},

View file

@ -399,6 +399,7 @@ STUBBED(stdGetMs)
STUBBED(stdClear)
STUBBED(stdRmDir)
STUBBED(stdFileExists)
STUBBED(stdFileDel)
#endif
u8 oneIntoneFunction[] = { IntClass, FunctionClass };