| 45 | } |
| 46 | |
| 47 | void gui_debug_close(void) { |
| 48 | emu->debugDisable(); |
| 49 | } |
| 50 | |
| 51 | asic_rev_t gui_handle_reset(const boot_ver_t* boot_ver, asic_rev_t loaded_rev, asic_rev_t default_rev, bool* python) { |
| 52 | return emu->handleReset(boot_ver, loaded_rev, default_rev, python); |
nothing calls this directly
no test coverage detected