mirror of
https://vps.suchmeme.nl/git/mudkip/Lockpick_RCM.git
synced 2024-11-11 08:25:08 +01:00
keys: Improve unrecognized pkg1 messaging
This commit is contained in:
parent
a9595e5837
commit
cdb29719e4
@ -150,7 +150,7 @@ void dump_keys() {
|
||||
emummc_storage_read(&storage, 0x100000 / NX_EMMC_BLOCKSIZE, 0x40000 / NX_EMMC_BLOCKSIZE, pkg1);
|
||||
const pkg1_id_t *pkg1_id = pkg1_identify(pkg1);
|
||||
if (!pkg1_id) {
|
||||
EPRINTF("Unknown pkg1 version.");
|
||||
EPRINTF("Unknown pkg1 version.\n Make sure you have the latest Lockpick_RCM.\n If a new firmware version just came out,\n Lockpick_RCM must be updated.\n Check Github for new release.");
|
||||
goto out_wait;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user