Commit Graph

413 Commits

Author SHA1 Message Date
suchmememanyskill 5485f5ca06 Add screenshot taking as debug arg 2021-01-09 17:12:45 +01:00
suchmememanyskill 981e5435ea Add charging icon 2021-01-08 19:32:06 +01:00
suchmememanyskill 99c2abeaf3 not all gpt entries are all caps 2021-01-05 19:42:15 +01:00
suchmememanyskill cf2c116240
Complete rewrite of TE
Merge pull request #32 from suchmememanyskill/rewrite
2021-01-05 17:00:00 +01:00
suchmememanyskill 502a246949 add timerMs function, unmounting emu does not unmount sd 2021-01-05 15:55:11 +01:00
suchmememanyskill e98a3bba68 don't pause script on exit except on error 2021-01-04 23:42:26 +01:00
suchmememanyskill 9447256934 Remove beta signature 2021-01-04 18:30:09 +01:00
suchmememanyskill 7e2a672753 [script] fix == not working 2021-01-04 18:27:17 +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 e1491da4ad [script] add some util functions
functions added: return, exit, printPos, clearscreen, drawBox, color, pause, exit
2021-01-02 12:43:15 +01:00
suchmememanyskill e0c62cbec4 [script] add bitshifting 2021-01-02 11:39:14 +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 3d4182ec57 add fuse info to view dumped keys 2021-01-01 11:49:45 +01:00
suchmememanyskill b818b577e9 Small tweaks
- swap crash for credits
- home now reboots to atmosphere/reboot_payload.bin, or rcm if not found
2021-01-01 11:43:31 +01:00
suchmememanyskill a39b3b2460 [script] add 2 new operators
- Str : Int ->  works like py's [Int:]
- Str - Int -> subtracts x amount of characters from the end of the string
2020-12-31 21:20:48 +01:00
suchmememanyskill 95d4f2bbeb [script] str - str should not modify ptr 2020-12-31 20:57:15 +01:00
suchmememanyskill cd6bf6ad9d add partition flashing 2020-12-31 12:55:26 +01:00
suchmememanyskill db2e115fb0 add partition dumping 2020-12-30 22:51:07 +01:00
suchmememanyskill 45d86a31b1 Fix some bugs in the keyboard 2020-12-29 19:20:33 +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
bleck9999 2302e6111a
fix war crimes (#31) 2020-12-29 13:11:52 +01:00
suchmememanyskill b5c11a56c9 build on all branches & all prs 2020-12-29 13:10:21 +01:00
suchmememanyskill e8d583b1de display the correct page count 2020-12-29 02:21:23 +01:00
suchmememanyskill 9753893045 list_empty does not empty the list, oops 2020-12-29 02:12:35 +01:00
suchmememanyskill 82c5555112 Display version info from makefile 2020-12-29 01:58:47 +01:00
suchmememanyskill 2e5ee10f93 Making the main menu look pretty 2020-12-29 01:53:39 +01:00
suchmememanyskill 46460adc3b Fuck testing my controllers 2020-12-29 01:13:09 +01:00
suchmememanyskill 5898c861ec Add Folder copy/move/delete
Also implement the current folder menu
2020-12-29 01:05:33 +01:00
suchmememanyskill e1350de346 make sure sd space > emummc 2020-12-28 21:59:25 +01:00
suchmememanyskill f1d433e69a Add partitioning
Also add sd mounting/unmounting
Also add vol+/- controls for sideways menus
2020-12-28 20:08:15 +01:00
suchmememanyskill baec43da2a as a joke, adding setPixel to Tscript 2020-12-28 15:02:08 +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 3307e975c9 lets try that one again 2020-12-27 00:44:48 +01:00
SuchMemeManySkill 831adc0080 Hacker voice: *i'm in* (to the emmc) 2020-12-26 23:41:25 +01:00
SuchMemeManySkill 07540b4651 add key dumping 2020-12-26 22:24:41 +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
SuchMemeManySkill 5190469e9c file list should fill the screen 2020-12-24 00:51:27 +01:00
SuchMemeManySkill 0c0ccac855 misc fixes. Add Page/Count view. 2020-12-24 00:31:17 +01:00
SuchMemeManySkill d6c4204027 Start of rewrite
Based on lockpick_rcm 1.9.0
2020-12-23 17:39:22 +01:00
suchmememanyskill acef46781d hotfix for 11.0.0. Bump version to 2.0.5 2020-12-03 21:58:38 +01:00
aspargas2 024ef7cd6e
fix github workflows CI (#28)
* switch github CI to docker

* empty commit to trigger CI
2020-10-29 02:21:34 +01:00