| 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); |
| 53 | } |
| 54 | |
| 55 | EmuThread::EmuThread(QObject *parent) : QThread{parent}, write{CONSOLE_BUFFER_SIZE}, |
| 56 | m_speed{100}, m_throttle{true}, |
nothing calls this directly
no test coverage detected