Bump version to v1.4.0

This commit is contained in:
shchmue 2019-09-14 22:20:47 -06:00
parent 82bea6be8f
commit 2c79f8c660
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40003000
LPVERSION_MAJOR := 1
LPVERSION_MINOR := 3
LPVERSION_MINOR := 4
LPVERSION_BUGFX := 0
################################################################################

View File

@ -290,6 +290,7 @@ get_tsec: ;
/* key = unwrap(source, wrapped_key):
key_set(ks, wrapped_key), block_ecb(ks, 0, key, source) -> final key in key
*/
// TODO: fix bis key generation for newer unpatched consoles
if (_key_exists(device_key)) {
se_aes_key_set(8, device_key, 0x10);
se_aes_unwrap_key(8, 8, retail_specific_aes_key_source); // kek = unwrap(rsaks, devkey)