mirror of
https://github.com/Normmatt/ntrcardhax.git
synced 2025-06-18 21:15:32 -04:00
Make the default filename not as specific.
This commit is contained in:
parent
d1225a56c7
commit
db4941083a
@ -135,7 +135,7 @@ int main()
|
|||||||
|
|
||||||
memcpy(payload, flash + 0x2000, 0x1000);
|
memcpy(payload, flash + 0x2000, 0x1000);
|
||||||
|
|
||||||
firmOpen(&ctx9, "firm_2_08006800_n3ds_10_2.bin");
|
firmOpen(&ctx9, "firm_2_08006800.bin");
|
||||||
|
|
||||||
//int ntrHeaderAdr = 0x080E1CB4;
|
//int ntrHeaderAdr = 0x080E1CB4;
|
||||||
int ntrHeaderAdr = find_ntrcard_header_address(firmGetData(&ctx9), firmGetSize(&ctx9));
|
int ntrHeaderAdr = find_ntrcard_header_address(firmGetData(&ctx9), firmGetSize(&ctx9));
|
||||||
|
Loading…
Reference in New Issue
Block a user