From 5a12d0c120939ef77b93b6a7da974328bef7d076 Mon Sep 17 00:00:00 2001 From: bleck9999 <55853712+bleck9999@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:10:20 +0100 Subject: [PATCH] add hidread to script but not that script the other script --- ts-minifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-minifier.py b/ts-minifier.py index 1b753e1..47da25d 100644 --- a/ts-minifier.py +++ b/ts-minifier.py @@ -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: