diff --git a/nyx/nyx_gui/frontend/gui_info.c b/nyx/nyx_gui/frontend/gui_info.c index d97c6b0..e526eb3 100644 --- a/nyx/nyx_gui/frontend/gui_info.c +++ b/nyx/nyx_gui/frontend/gui_info.c @@ -204,8 +204,11 @@ static lv_res_t _fuse_dump_window_action(lv_obj_t * btn) } else { - emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01.bin", NULL); - error = sd_save_to_file((u8 *)0x7000F898, 0x368, path); + emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_part0.bin", NULL); + error = sd_save_to_file((u8 *)0x7000F898, 0x68, path); + emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_part1.bin", NULL); + if (!error) + error = sd_save_to_file((u8 *)0x7000F900, 0x300, path); } u32 words[fuse_array_size_t210b01 / sizeof(u32)];