1
0
mirror of synced 2024-11-11 22:07:09 +01:00

Merge pull request #9 from EmiMidnight/master

3mts: fix support for borderless
This commit is contained in:
Luna 2022-12-07 10:39:51 +00:00 committed by GitHub
commit 4e7b502f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,7 @@ DWORD mt6SerialTouchThread(HANDLE port)
if (memcmp(fileBuf, CMD_RESET, 3) == 0)
{
puts("CMD_RESET");
mt6SetDisplayParams(gameWindow);
bHasBooted = FALSE;
packetRecognised = TRUE;
mt6WritePort(port, OK_RESPONSE, 3);