add more functions

This commit is contained in:
Such Meme, Many Skill
2020-04-01 00:17:45 +02:00
parent 45a732c388
commit 0e39c8dda9
5 changed files with 137 additions and 21 deletions

View File

@@ -145,7 +145,7 @@ int filemenu(menu_entry file){
}
SETBIT(fs_menu_file[7].property, ISHIDE, !(strstr(file.name, ".bin") != NULL && file.property & ISKB));
SETBIT(fs_menu_file[8].property, ISHIDE, !(strstr(file.name, ".tegrascript") != NULL));
SETBIT(fs_menu_file[8].property, ISHIDE, !(strstr(file.name, ".te") != NULL));
SETBIT(fs_menu_file[10].property, ISHIDE, !(strstr(file.name, ".bis") != NULL));
SETBIT(fs_menu_file[11].property, ISHIDE, !(strstr(file.name, ".bis") != NULL));