Add script button stuff

This commit is contained in:
Such Meme, Many Skill
2020-05-02 13:33:54 +02:00
parent 83e6bf7090
commit 0d98f65f99
4 changed files with 34 additions and 15 deletions

View File

@@ -287,9 +287,6 @@ void runScript(char *path){
//add builtin vars
str_int_add("@EMUMMC", emu_cfg.enabled);
str_int_add("@RESULT", 0);
str_int_add("@BTN_POWER", 0);
str_int_add("@BTN_VOL+", 0);
str_int_add("@BTN_VOL-", 0);
str_str_add("$CURRENTPATH", currentpath);
//str_int_printall();