Add sleep(1) back to io

This commit is contained in:
xpeng
2023-06-11 16:41:48 +02:00
parent 25b37a5239
commit a465239264
+1 -1
View File
@@ -154,7 +154,7 @@ static unsigned int __stdcall mercury_io_touch_thread_proc(void *ctx)
memcpy(cellPressed, FileMapping->TouchIoStatus, 240);
}
callback(cellPressed);
//Sleep(1);
Sleep(1);
}
FileMapping->RGBAData[3] = 0x00; //IPC idle flag