Merge pull request #9 from EmiMidnight/master
3mts: fix support for borderless
This commit is contained in:
commit
4e7b502f64
@ -170,6 +170,7 @@ DWORD mt6SerialTouchThread(HANDLE port)
|
|||||||
if (memcmp(fileBuf, CMD_RESET, 3) == 0)
|
if (memcmp(fileBuf, CMD_RESET, 3) == 0)
|
||||||
{
|
{
|
||||||
puts("CMD_RESET");
|
puts("CMD_RESET");
|
||||||
|
mt6SetDisplayParams(gameWindow);
|
||||||
bHasBooted = FALSE;
|
bHasBooted = FALSE;
|
||||||
packetRecognised = TRUE;
|
packetRecognised = TRUE;
|
||||||
mt6WritePort(port, OK_RESPONSE, 3);
|
mt6WritePort(port, OK_RESPONSE, 3);
|
||||||
|
Loading…
Reference in New Issue
Block a user