Gabriel Marcano
d010f2858b
Remove trailing white space
...
- Removed trailing whitespace from all source code files (.c, .h. and
.s) and the README.md
2020-08-26 23:01:58 +02:00
aspargas2
9189320e8b
fix installing from CDN files
2020-08-20 14:31:16 -04:00
d0k3
896d548851
Additional functionality for .tie files
2020-08-20 19:43:52 +02:00
d0k3
df9b84fc66
Installer: show an error message for missing .dbs
2020-08-20 19:43:52 +02:00
d0k3
f7c229b424
Properly handle TWL saves when installing
2020-08-20 19:43:52 +02:00
d0k3
253cb2849c
CIA building / installing: also take over SRL flags
2020-08-20 19:43:52 +02:00
d0k3
c7f10be1b4
CIA installer: only fix console ID when different
2020-08-20 19:43:51 +02:00
d0k3
15bf632143
Fix building CIA from TMD
2020-08-20 19:43:51 +02:00
d0k3
99b69754b2
Handle cleanup before installs and after failed installs
2020-08-20 19:43:51 +02:00
d0k3
f0ad45dd60
Basic uninstaller support for title.db entries
2020-08-20 19:43:51 +02:00
d0k3
6eb546dfab
Game installer: Misc code improvements
2020-08-20 19:43:51 +02:00
d0k3
18e6d9f0db
Basic support for handling title.db entries
...
"Show title info"
2020-08-20 19:43:51 +02:00
d0k3
0af181ac6a
Check for import.db and title.db before attempting install
2020-08-20 19:43:51 +02:00
d0k3
3aa9a1633a
Fix game image installs to SD
...
Yes, I broke this (again)
2020-08-20 19:43:51 +02:00
Wolfvak
68a4ceac5b
add another pxi barrier for firmlaunch
...
fixes a race condition when booting gm9 from itself (especially noticeable on new3DS consoles)
2020-08-19 23:11:45 -03:00
d0k3
596e7e499c
Scripting: install command for game images
2020-08-02 15:40:41 +02:00
d0k3
d4d8c9a0ff
Remove force_nand from the game file installer options
2020-08-02 15:40:41 +02:00
d0k3
7fb194caea
Allow batch fixing of borked NCCH crypto flags
...
Fixes #609
2020-08-02 15:40:41 +02:00
d0k3
521fb25075
Fix titledb entry manual detection
2020-08-02 15:40:41 +02:00
d0k3
829880994f
Fix installer system CMD handling
2020-08-02 15:40:41 +02:00
aspargas2
e744be504b
perform DISA/DIFF cmac fixing automatically upon unmounting
2020-08-02 15:40:41 +02:00
aspargas2
9766a0be5e
fix handling of contents whose index and ID are unrelated
2020-08-02 15:40:41 +02:00
aspargas2
24d2a4ea5b
fix install destination logic
2020-08-02 15:40:41 +02:00
d0k3
d8aeb056cb
Fix CMD & NCSD handling
2020-08-02 15:40:41 +02:00
d0k3
b8798f2aff
Check for title.db before attempting install
2020-08-02 15:40:41 +02:00
d0k3
e559c2b4a1
Fix setting the CIA console ID
2020-08-02 15:40:41 +02:00
d0k3
32b6838d32
Fix TMD CDN CIA building
2020-08-02 15:40:26 +02:00
d0k3
8fcdde29c8
Misc code beautification
2020-08-02 15:40:26 +02:00
d0k3
77f1f94e13
Improved output for game install last step
2020-08-02 15:40:26 +02:00
d0k3
e568348086
Don't overwrite existing saves when installing
...
thanks @aspargas2
2020-08-02 15:40:26 +02:00
d0k3
e916476563
Take over @wolfvak's gameutil.c improvements
2020-08-02 15:40:26 +02:00
d0k3
d2c47b7977
Allow installation of game files
...
Should work for NCCH, NCSD, CIA, TMD from NUS/CDN and DSi eShop titles in NDS format
2020-08-02 15:40:26 +02:00
Wolfvak
929cc7fdcf
better hints to reduce compiled size by a few kb
...
mostly just added static const to constant arrays/buffers
2020-07-23 13:46:42 -03:00
Wolfvak
30f0b004c2
fixed screen init, hopefully the last commmit
...
- properly performs gpu/backlight reset
- nukes vram so the initrd had to be moved to arm9 memory, and have its size (at least temporarily) limited to 256k
2020-07-18 20:25:34 -03:00
d0k3
eb265e9575
NCSD CIA builder: Use proper index
2020-07-09 22:53:56 +02:00
aspargas2
8ffe774f77
remove remaining uses of brute-force ticket.db parsing
2020-06-30 19:22:18 +02:00
aspargas2
fd93df60c5
deinit filesystems before booting a firm payload
2020-06-30 19:22:18 +02:00
d0k3
da1dff7cd7
Legit CIAs: Change personalized ticket warning
2020-05-18 23:24:32 +02:00
d0k3
a7ce125d7f
Allow building "pirate legit" CIAs (TMD & encryption intact)
2020-05-11 18:02:26 +02:00
d0k3
2793daa55f
Take over title version when building CIA from NCSD
2020-05-11 17:19:27 +02:00
d0k3
182f1ebe43
Fix garbage data in converted CIAs
...
Partial fix for #587
2020-05-11 17:19:27 +02:00
d0k3
da28c0ef40
Fix #585
2020-05-11 17:19:27 +02:00
luigoalma
e763cbaf72
Changes to CIA building for DLC on legit cases
...
Ignore unowned content implied by ticket.
Standard building still should include everything due to fake ticket.
2020-03-28 07:05:42 -03:00
luigoalma
f7b7459d9f
Little stack usage optimization
...
Just in one function's buffer but still
2020-03-28 07:05:42 -03:00
luigoalma
d27cfc71e1
Indentation fixes
...
Indentation fixes everywhere
(mostly anyway under arm9/source/)
And some other tab to spaces
2020-03-28 07:05:42 -03:00
luigoalma
4e04849860
Support for variable sized tickets
...
Except for cia building or loading cia just yet.
Added more checks on ticket content index, mainly due to having effects
in the ticket format itself, and are unknown still.
Ability to determine ticket size.
Verify signature with ticket's proper size.
Changes to use the new Ticket struct with the flexible array member.
2020-03-28 07:05:42 -03:00
luigoalma
4e38973384
Fix a memory leak
...
When running CIA checker tool
2020-03-28 07:05:42 -03:00
d0k3
98c1b25bb0
Allow fixing improperly decrypted NCSD/NCCH
...
... use "verify" for this. Also, there's a hint now when trying to CIA convert such files.
2020-01-02 21:08:45 +01:00
Wolfvak
9f50d2f03c
Fix #573
2020-01-02 21:08:44 +01:00
d0k3
42f7fcfb7b
Improved scroll speeds for wordwrapped texts
2020-01-02 21:08:44 +01:00