1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 05:53:25 +01:00
Commit graph

30 commits

Author SHA1 Message Date
suchmememanyskill 09fc492610 Step 5: Scare the init bugs away
Seriously though why the fuck was this the issue
2022-01-23 00:40:08 +01:00
suchmememanyskill 72c58c93b8 Step 1: Compile 2022-01-22 01:59:17 +01:00
suchmememanyskill a09b720790 forgot to push 2021-08-02 00:39:47 +02:00
suchmememanyskill 797a5f95b5 remove memory(), add cwd(), #REQUIRE SD 2021-07-27 21:05:32 +02:00
suchmememanyskill 5b981bb144 remove pauses 2021-07-24 23:05:09 +02:00
suchmememanyskill e41971c7d6 safety push 2021-07-23 01:10:03 +02:00
suchmememanyskill 27350c0a5f add embedding TE scripts 2021-07-19 21:44:15 +02:00
suchmememanyskill 2311c52ebf remove old gc code 2021-07-19 12:28:40 +02:00
suchmememanyskill 3cd78d6efd add scripts to the main menu, fix script parser reading beyond EOF 2021-07-18 23:51:27 +02:00
suchmememanyskill 2ddc7ae2a9 tsv3 start ig 2021-07-09 22:56:13 +02:00
suchmememanyskill 050e7e9ba2 update bdk 2021-06-24 21:44:59 +02:00
suchmememanyskill a1ae52e8ac show key error upon mounting mmc and fix small files in hex view 2021-05-23 23:57:58 +02:00
suchmememanyskill 86db030bda small fixes
- On a switch lite, the home and cap buttons do weird things, so we should disable m
- File deletions should wait a bit
2021-01-11 21:22:24 +01:00
suchmememanyskill 3f80693d9e Save bytes, add screenshots into main and more
- Also run script on bootup if a script called startup.te is found on the root of the sd
- Saved bytes by just disabling making exfat partitions, lol
2021-01-10 00:10:28 +01:00
suchmememanyskill e98a3bba68 don't pause script on exit except on error 2021-01-04 23:42:26 +01:00
suchmememanyskill 12136d9289 [Script] add last bits
Fixed: Scripts should free at the end
Added: ncaGetType, saveSign
Modified: pathCombine can now take 2+ args to combine
2021-01-04 16:57:47 +01:00
suchmememanyskill c9fdb650c3 [script] Make equivalent to tsV1
Fixed: functions in functions
Added functions: version, menu, pathCombine, pathEscFolder, fileMove, fileCopy, fileDel, mmcConnect, mmcMount, mkdir, dirRead, dirCopy, dirDel, mmcDump, mmcRestore
2021-01-04 01:55:58 +01:00
suchmememanyskill e1f292fe0d [script] vector slicing, basic file functions
new operators:
vector(int, byte) - int -> works like py's list[0:-int]
vector(int, byte) : int -> works like py's list[int:]

new functions:
fileRead, fileWrite, fileExists, bytesToStr
2021-01-01 18:30:51 +01:00
suchmememanyskill 48ddc6ea60 add old bad hexview 2020-12-29 17:12:58 +01:00
suchmememanyskill dfc02f9f81 Add keyboard, create folder, rename folder/file 2020-12-29 16:51:47 +01:00
suchmememanyskill 5898c861ec Add Folder copy/move/delete
Also implement the current folder menu
2020-12-29 01:05:33 +01:00
suchmememanyskill b0dd71bd4f implement TScript v2.5 2020-12-28 14:51:59 +01:00
suchmememanyskill 513bd804b1 Add fw dumping
- also fatfs is stupid
- also close files properly on a failed copy
- also check for errors during folder readouts
- also make sure holding vol- doesn't dump the keys anyway
2020-12-28 02:29:58 +01:00
suchmememanyskill 859ad2cc4c Show EMMC/EMUMMC GPT 2020-12-27 23:33:23 +01:00
SuchMemeManySkill ab5c5e799e Add file copy/move 2020-12-26 01:05:33 +01:00
SuchMemeManySkill a74a8814e1 Safety first (for deletions) 2020-12-25 23:10:23 +01:00
SuchMemeManySkill 9c47d11843 Add some options to FileMenu
!Warning, there is no confirmation yet on deletions
2020-12-25 22:19:04 +01:00
SuchMemeManySkill 9588ffb89a Add exceptions, start file menu 2020-12-25 21:16:24 +01:00
SuchMemeManySkill 1a931b0256 Add errors
and prepare for file menu more
and fix that you can't go left right when going up down
2020-12-25 00:20:30 +01:00
SuchMemeManySkill b97bab3661 Mess with the design a bit, prep for folder menu 2020-12-24 17:06:21 +01:00