1
0
mirror of synced 2025-01-19 17:28:46 +01:00

3mts: fix support for borderless

This commit is contained in:
Bemani Witch 2022-12-07 11:37:39 +01:00
parent be837d9c69
commit cbbd96f819

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);