1
0
mirror of synced 2024-09-23 18:48:21 +02:00

Add sleep(1) back to io

This commit is contained in:
xpeng 2023-06-11 16:41:48 +02:00
parent 25b37a5239
commit a465239264

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