Ryzee119 / Xenium-Tools

A program to manage Xenium modchip devices on the Original Xbox
42 stars 12 forks source link

Menu has incorrect size for Xenium flash chip #3

Closed InternalLoss closed 3 years ago

InternalLoss commented 3 years ago

In menu.c:

    lv_obj_set_event_cb(lv_list_add_btn(main_list, LV_SYMBOL_UPLOAD, "Write a Raw 2Mb Flash Dump"), cb_btn_xenium_write_raw);

2Mb would two megabits, whereas it should be 2MB ^^

Ryzee119 commented 3 years ago

Fixed :) Thanks for highlighting this issue.