suchmememanyskill
050e7e9ba2
update bdk
2021-06-24 21:44:59 +02:00
suchmememanyskill
98c36cafd3
oops
2021-06-24 21:26:36 +02:00
suchmememanyskill
24a90ebc99
upgrade vector.c
2021-06-24 13:01:33 +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
bb4361c991
Update for 12.0.2, bump version
2021-05-12 13:36:16 +02:00
suchmememanyskill
e81e418b1e
add 12.0.0 support, bump version
2021-04-07 01:16:58 +02:00
suchmememanyskill
347513a037
dump/restore files decrypted
...
Most notable is that you can now restore atmosphere prodinfo backups
2021-03-17 16:35:22 +01:00
suchmememanyskill
d8f0c714b6
show sd error message on mount fail
2021-03-02 00:39:31 +01:00
suchmememanyskill
97306ec204
mariko should not be able to reboot to rcm via home
2021-01-30 14:32:19 +01:00
suchmememanyskill
81120849d0
fix the bis cluster cache if too much data was read
2021-01-23 00:09:23 +01:00
suchmememanyskill
0129039d76
Add reboot normally option, hide reboot to rcm on mariko
...
On mariko, rebooting normally will bypass fuses
2021-01-21 17:59:49 +01:00
suchmememanyskill
7862a15e1d
controller can be NULL
2021-01-12 00:37:31 +01:00
suchmememanyskill
8709e3aa2e
Update bdk to hekate 5.5.2
2021-01-12 00:30:14 +01:00
suchmememanyskill
ec64658a6a
reee copy printing
2021-01-11 21:37:09 +01: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
d27832effb
[script] Fix <= and >=
2021-01-10 23:19:51 +01:00
suchmememanyskill
5057bb2863
[script] menu now allows for hidden & skip entries
2021-01-10 16:58:40 +01:00
suchmememanyskill
963987d639
[script] add operators, add reboot to payload
...
- Add a function to reboot to payload
- Add an "Empty array" variable type that is created when you try to assign []. This will get filled with a valid entry upon first addition
- Adds operator string array plus string
2021-01-10 16:32:50 +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
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
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
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