mirror of
https://github.com/CTCaer/hekate
synced 2024-12-22 11:21:23 +00:00
nyx: Change fuse dumping names for T210B01 again
Use offsets in names for making it easier to parse.
This commit is contained in:
parent
4914af1200
commit
dc5c26e7c6
1 changed files with 2 additions and 2 deletions
|
@ -207,9 +207,9 @@ static lv_res_t _fuse_dump_window_action(lv_obj_t * btn)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_part0.bin", NULL);
|
emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_x898.bin", NULL);
|
||||||
error = sd_save_to_file((u8 *)0x7000F898, 0x68, path);
|
error = sd_save_to_file((u8 *)0x7000F898, 0x68, path);
|
||||||
emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_part1.bin", NULL);
|
emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_x900.bin", NULL);
|
||||||
if (!error)
|
if (!error)
|
||||||
error = sd_save_to_file((u8 *)0x7000F900, 0x300, path);
|
error = sd_save_to_file((u8 *)0x7000F900, 0x300, path);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue