mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 05:01:46 +00:00
more power
This commit is contained in:
parent
74b6106f26
commit
6a54e31d8e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) 2021 bleck9999
|
||||
# https://github.com/bleck9999/ts-minifier
|
||||
# Version: 360e126a
|
||||
# Version: 85700fdd
|
||||
|
||||
import argparse
|
||||
import re
|
||||
|
@ -12,7 +12,7 @@ sub_funcs = {'while': "_h", 'print': "_p", 'println': "_l", 'mountsys': "_s", 'm
|
|||
'clear': "_x", 'timer': "_t", 'deldir': "_g", 'fsexists': "_f", 'delfile': "_z", "copydir": "c_",
|
||||
"movefile": "_v", "payload": "_j", "readfile": "_o", "writefile": "w_", "setpixels": "y_", "printpos": "p_",
|
||||
"emmcread": "e_", "emmcwrite": "f_", "emummcread": "r_", "emummcwrite": "s_", "escapepath": "x_",
|
||||
"combinepath": "a_", "cwd": "d_"}
|
||||
"combinepath": "a_", "cwd": "d_", "power": "o_"}
|
||||
replace_functions = False
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue