suchmememanyskill
ba0ded0f8b
start of tsV2
2020-11-06 21:19:29 +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
huhenU
4b445d6c9c
Add check for unmounted SD card in emmc ( #26 )
...
* Add check for unmounted SD card
* Implement it the better way and remove message Meme doesn't like
* Remove comma and remove dump option if no sd is inserted
Hopefully the last commit to this PR. Hopefully.
2020-08-11 17:12:20 +02:00
suchmememanyskill
0991c73c60
(hopefully) fix workflow file
2020-08-03 13:19:50 +02:00
suchmememanyskill
3527b6ac4d
Merge branch 'dev'
2020-08-03 13:10:42 +02:00
suchmememanyskill
0146f0ddb0
Bump version
2020-08-03 13:10:02 +02:00
SuchMemeManySkill
b42b52eb43
Include a (bad) method to dump with .cnmt.nca
2020-07-14 17:38:56 +02:00
Such Meme, Many Skill
81cf8c201c
Fix a few bugs in the arg parser
2020-05-29 00:07:19 +02:00
Such Meme, Many Skill
34abed91a9
Bump version
2020-05-28 23:26:01 +02:00
suchmememanyskill
0382a17f87
Add fancy badges to readme
2020-05-28 23:14:16 +02:00
suchmememanyskill
d44178a863
Update README.md
2020-05-23 22:43:35 +02:00
Such Meme, Many Skill
abf814686d
Change menu around a bit
2020-05-20 02:28:43 +02:00
Such Meme, Many Skill
f8394ae323
Merge branch 'Script_Fuckery'
2020-05-20 00:20:02 +02:00
Such Meme, Many Skill
fc69dc36ee
Merge lockpickrcm changes
2020-05-19 18:20:19 +02:00
Such Meme, Many Skill
a8e86c2de3
Don't forget to take results
2020-05-17 23:42:53 +02:00
Such Meme, Many Skill
f61fcfea32
Empty strings should be valid
2020-05-17 01:04:33 +02:00
Such Meme, Many Skill
a872b90597
Change arg parser, add some commands, may break shit
2020-05-17 00:46:53 +02:00
Such Meme, Many Skill
6934e1422f
Various improvements to scripting lang
...
- Errors will now be more precise, there are now 2 separate errors for a function lookup failure and a failure inside a function
- Errors will now show which line number they failed at, instead of the character offset
- Minus values are not considered errors anymore, however, printing them does not work well
- Gotos now make a @RETURN variable to make making functions easier
2020-05-15 20:17:31 +02:00
Such Meme, Many Skill
f49245e4ab
Fix hidden copies messing with screen positions
2020-05-15 16:20:52 +02:00
Such Meme, Many Skill
9075f20854
Clean up bisfile extraction
2020-05-15 16:07:23 +02:00
Such Meme, Many Skill
6bc474a981
Bump version
2020-05-10 21:56:11 +02:00
Such Meme, Many Skill
91536268ad
Fix compiling issues (hopefully)
2020-05-10 21:51:30 +02:00
Such Meme, Many Skill
b484dc11d8
Hopefully fix partitioning issues & clean up menu control code
2020-05-10 11:41:16 +02:00
Such Meme, Many Skill
14a3a39c01
Remove dumping user saves from tools
...
This has been replaced by a script: https://github.com/suchmememanyskill/TegraScript/blob/master/scripts/savedumper.te
2020-05-09 13:52:46 +02:00
Such Meme, Many Skill
6868ef3536
Reset print pos after copying a file
2020-05-09 12:21:34 +02:00
Such Meme, Many Skill
97810335ed
fix a bug that basically has no effect
...
thanks shchmue for pointing that out :smug:
2020-05-09 00:26:02 +02:00
Such Meme, Many Skill
43617ef511
Add save signing
2020-05-09 00:22:35 +02:00
Such Meme, Many Skill
19fe7f15a9
Fix (not) asking to make sure to flash in scripts
2020-05-08 20:57:26 +02:00
Such Meme, Many Skill
73ca98c6a8
Merge remote-tracking branch 'origin/master'
2020-05-04 22:36:13 +02:00
Such Meme, Many Skill
12eecd2466
Update readme
2020-05-04 22:36:07 +02:00
suchmememanyskill
40cb293db3
Try no.4
2020-05-04 21:54:39 +02:00
suchmememanyskill
f09a098c77
Try no.3
2020-05-04 21:35:29 +02:00
suchmememanyskill
30f0e88d0a
Attempt no.2
2020-05-04 21:32:05 +02:00
suchmememanyskill
c4c5d57af3
Test github actions
2020-05-04 21:24:49 +02:00
Such Meme, Many Skill
00a58f12ec
Bump version
2020-05-04 20:49:23 +02:00
Such Meme, Many Skill
74ba5bb776
Fix broken menus
2020-05-04 20:48:23 +02:00
Such Meme, Many Skill
a9ea9725d4
Speed up copy & formats
2020-05-04 20:30:51 +02:00
Such Meme, Many Skill
9799e2b47e
Small optimizations
2020-05-04 13:55:26 +02:00
Such Meme, Many Skill
6681a35b2c
Revert some changes
2020-05-03 13:22:37 +02:00
Such Meme, Many Skill
22ecb34fec
Bump version
2020-05-03 02:17:36 +02:00
Such Meme, Many Skill
cb46e4bc40
Add screenshot feature
2020-05-03 02:00:04 +02:00
Such Meme, Many Skill
6c2d0cf162
small fixes
2020-05-03 00:30:05 +02:00
Such Meme, Many Skill
4907afd9f3
forget to wait on user input on hidWaitMask
2020-05-02 23:51:16 +02:00
Such Meme, Many Skill
acb43b67db
Improvements to script control
2020-05-02 23:35:25 +02:00
Such Meme, Many Skill
baac8dc2fb
Fix deadlock in hexview
...
thanks huhen
2020-05-02 21:56:49 +02:00
Such Meme, Many Skill
7add4b6b13
Misc fixes, mostly related to no-joycon controls
2020-05-02 20:53:13 +02:00
Such Meme, Many Skill
a146a38af7
Increase accuracy of scrollbar
2020-05-02 19:51:04 +02:00
Such Meme, Many Skill
c45be1258a
Add more invalid chars
2020-05-02 19:29:55 +02:00
suchmememanyskill
b9776882fd
Merge pull request #19 from suchmememanyskill/Horizontal-2
...
Make TE Horizontal
2020-05-02 17:42:59 +02:00
Such Meme, Many Skill
b0f2ce4211
"reeeee indent"
...
thanks asp for spotting
2020-05-02 17:42:10 +02:00