1
0
mirror of synced 2024-11-23 22:30:56 +01: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); memcpy(cellPressed, FileMapping->TouchIoStatus, 240);
} }
callback(cellPressed); callback(cellPressed);
//Sleep(1); Sleep(1);
} }
FileMapping->RGBAData[3] = 0x00; //IPC idle flag FileMapping->RGBAData[3] = 0x00; //IPC idle flag