add hidread to script

but not that script the other script
This commit is contained in:
bleck9999 2021-09-17 17:10:20 +01:00
parent 785549a9c8
commit 5a12d0c120
No known key found for this signature in database
GPG Key ID: D0CA0C41DB616843
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Copyright (c) 2021 bleck9999
# https://github.com/bleck9999/ts-minifier
# Version: 339183b2
# Version: e276c417
import argparse
import itertools
@ -14,7 +14,7 @@ stdlib = ['if', 'while', 'print', 'println', 'mountsys', 'mountemu', 'readsave',
'readdir', 'copyfile', 'mkdir', 'ncatype', 'pause', 'color', 'menu', 'emu', 'clear', 'timer', 'deldir',
'fsexists', 'delfile', 'copydir', 'movefile', 'payload', 'readfile', 'writefile', 'setpixels', 'printpos',
'emmcread', 'emmcwrite', 'emummcread', 'emummcwrite', 'escapepath', 'combinepath', 'cwd', 'power',
'fuse_patched', 'fuse_hwtype']
'fuse_patched', 'fuse_hwtype', 'hidread']
class Code: