Pk11
93ee590cad
Make strings translatable
2023-04-15 12:54:02 +02:00
d0k3
c13bba4cfe
Fixed a boatload of compiler warnings
2022-03-22 19:40:47 +01:00
aspargas2
cb11db6f1b
fix crashes when showing certain error messages
2021-12-02 18:33:53 -05:00
aspargas2
1554aac4e1
fix hexeditor instructions formatting
2021-12-02 14:22:13 -05:00
d0k3
1b8bd121b6
Added raw cart dumper (R+A on cart drive)
2021-11-14 22:14:59 +01:00
d0k3
25bf8b3f93
Added installer for cifinish.bin files
2021-11-14 22:14:59 +01:00
Pk11
1ffbca7d46
Allow loading FRF fonts up to 0x20000 bytes
2021-11-14 22:14:59 +01:00
Pk11
77fc7af2f2
Use macro for UTF-8 byte count
...
Makes it more clear why all of the buffers are being multiplied by 4
Fix UTF-8 bytesize macro
Before UTF_BUFFER_BYTESIZE(str_width - 10)] would multiply the 10, not the whole number, by UTF_MAX_BYTES_PER_RUNE
Do (rune_count + 1) * 4 in UTF-8 bytesize macro
Fix Resize/Truncate String snprintf size
Before it would break if the last character was multi-byte
2021-11-14 22:14:53 +01:00
Pk11
b366200d4b
Switch to a RIFF font format
...
Fix height of ラ character
I accidentally made it 1px too tall before
Add Cyrillic to default font
Make Я more like latin R
Right after I commit, looking at my screenshot I notice I forgot to tweak the Я to be more angled like this font's latin R...
Improve the default font's Kana
derp fix
Properly handle invalid UTF-8
Fix conversion PBMs with non-byte aligned rows
Rename font extension to .frf
For Font RiFf
Re-add PBM font support
Default converting to CP-437 and try guess size
Revert "Default converting to CP-437 and try guess size"
Reverts 2c9a47d224b28cbb51a3ee335fd9970265201b72 as I think the old behaviour works better given PBM font support being kept
Re-add mapping file for CP-437
Automatically use mapping file with same name as image
ex. for "font_6x10.pbm" it will use "font_6x10.txt" in the same directory
2021-11-14 22:13:55 +01:00
Pk11
13eb4f8869
Proper handling of UTF-8
...
Note: This commit may be slightly broken, I'm just splitting up it and the next one at the end.
2021-11-14 22:13:32 +01:00
TimmSkiller
0dbe70928f
fix #729 - building titlekeys.bin files
...
* fix #729
* Improved code layout & show NAND type when building support files
2021-10-23 13:14:53 +02:00
aspargas2
7feeb51a65
split SHA-1 evenly over two lines (like SHA-256)
2021-10-21 18:22:07 -04:00
d0k3
c966acc851
Display SHA-1 over two lines (like SHA-256)
2021-10-09 11:58:47 +02:00
BuildTools
e042886db4
add user-facing sha1 support
2021-10-09 11:58:47 +02:00
d0k3
4dc96d37e8
Fix #720
2021-07-23 14:01:19 +02:00
d0k3
c20911047a
Don't allow ticket installations from mounted media
2021-03-22 17:37:24 +01:00
d0k3
fd8c5d1897
Show title id & game icon in file handler menu
2021-03-18 22:44:33 +01:00
d0k3
294890057f
Display full filename in file info (for long filenames)
2021-03-14 14:56:35 +01:00
d0k3
ddfdf81cf7
Combine & improve game info and CIA/title checker
2021-03-11 20:24:39 +01:00
d0k3
8fa85437dd
Added ability to dump tickets in title manager
2021-03-08 23:52:55 +01:00
d0k3
2cd6acb31e
Enabled title checker tool in Title Manager
2021-03-08 18:35:49 +01:00
d0k3
7bdd01738a
Show a wait... message when uninstalling a single title
2021-02-27 12:18:39 +01:00
d0k3
152c6c4d5a
Allow in-place encryption/decryption only on SD card
2021-02-27 12:18:14 +01:00
d0k3
3f7eb872b8
Remove aeskeydb.bin warning for entrypoints other than b9s
...
Fixes #676
2021-02-23 15:45:09 +01:00
Wolfvak
9ecb90a2ba
make interrupt handlers more lazy, most processing is done in interruptible context now
...
- completely moved MCU interrupt handling outside of the critical section
- refactored a bit of the PXI code and command names
- merge the I2C read and write cmds to be one
- remove SET_VMODE cmd, now it's always initialized to BGR565 on boot and to RGB565 on firmlaunch
- atomic-ize more stuff
2021-02-21 14:40:33 +01:00
d0k3
24195c319a
Install, build CIA, verify handling for TWL CDN content
2021-02-18 18:34:20 +01:00
d0k3
9191a3244f
Fix splash title underline for long build names
2021-02-09 19:14:24 +01:00
d0k3
667a1bf2c0
Install, verify, info handling for tickets
2021-02-06 14:47:40 +01:00
d0k3
e41b098843
Misc code improvements
2021-02-05 13:16:01 +01:00
d0k3
2f2b7faeb4
Disable title manager for mounted images
2020-12-24 15:53:59 +01:00
d0k3
efcfed31b3
Add title manager shortcuts
2020-12-24 15:53:59 +01:00
d0k3
7f6f6db410
Add title manager (replaces title search)
2020-12-24 15:53:59 +01:00
d0k3
01dd46ced3
Fix CMAC handling for TWLN and IMGNAND
...
Fixes #653
2020-11-25 23:48:36 +01:00
d0k3
ae32e63074
Handle seed crypto when installing game images
2020-10-28 00:01:36 +01:00
d0k3
d5db8c7216
Fix signed integer sXX types
...
Greetings from 2017 @Wolfvak /s
2020-10-28 00:01:36 +01:00
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
Gabriel Marcano
d682a65df6
Fix GCC warning, snprintf limit too long ( #623 )
...
- One snprintf in arm9/source/godmode.c call had a limit that was past
the size of the datestr variable it was writing into. Fixed to match
the size of the variable.
2020-08-24 23:42:56 -03:00
d0k3
896d548851
Additional functionality for .tie files
2020-08-20 19:43:52 +02:00
d0k3
ffeb551a3f
Don't allow game installs from images
2020-08-20 19:43:52 +02:00
aspargas2
4af0268e5a
visual fix
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
18e6d9f0db
Basic support for handling title.db entries
...
"Show title info"
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
a051b07791
Don't allow the rom renamer in incompatible drives
2020-08-02 15:40:42 +02:00
d0k3
d4d8c9a0ff
Remove force_nand from the game file installer options
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
d0k3
6116545fef
Fix batch install of game images
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
d0k3
79768acef7
Fix a small typo in file attribute menu
2020-07-20 00:51:20 +02:00