Improved Emulator Gui

This commit is contained in:
t-moe
2015-05-09 14:32:35 +02:00
parent 0b5173ecbe
commit c652b6bd05
5 changed files with 112 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ void ll_system_delay(uint32_t msec) {
void ll_system_process() {
QApplication::processEvents();
QThread::msleep(1);
}
void ll_system_toggle_led() {