From dc5c26e7c60afcdeff73b3b8aaa1a8e14525faec Mon Sep 17 00:00:00 2001 From: CTCaer Date: Tue, 5 Jan 2021 15:52:34 +0200 Subject: [PATCH] nyx: Change fuse dumping names for T210B01 again Use offsets in names for making it easier to parse. --- nyx/nyx_gui/frontend/gui_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nyx/nyx_gui/frontend/gui_info.c b/nyx/nyx_gui/frontend/gui_info.c index 47bb021..b76b5ea 100644 --- a/nyx/nyx_gui/frontend/gui_info.c +++ b/nyx/nyx_gui/frontend/gui_info.c @@ -207,9 +207,9 @@ static lv_res_t _fuse_dump_window_action(lv_obj_t * btn) } 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); - emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_part1.bin", NULL); + emmcsn_path_impl(path, "/dumps", "fuse_cached_t210b01_x900.bin", NULL); if (!error) error = sd_save_to_file((u8 *)0x7000F900, 0x300, path); }