Conversation
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against affd73d |
|
Tested with lan9252 and it works :) |
just reopenned the save file and it is not loading the contents correctly of the eeprom. example SM and FMMU fields
|
|
Problem List Cannot edit:
Underlying issue is that hex data cannot be written unless they are read only data then it needs to be explicitly stated |
Fixed thanks to latest commit. Successfully created from scratch and loaded eeprom |
| ImGui::Separator(); | ||
| if (ImGui::MenuItem("Quit", "Ctrl+Q")) | ||
| { | ||
| std::exit(0); |
There was a problem hiding this comment.
https://stackoverflow.com/questions/7054685/are-destructors-run-when-calling-exit
doesn'nt imgui have its own close method thats potentially safer?
There was a problem hiding this comment.
I don't think so? In this case I think it is safe: we are closing the app so any unsaved work will be lost as expected.
Closes #277