1
0
mirror of synced 2025-02-01 04:15:50 +01:00

Update GHA.cpp

This commit is contained in:
00C0FFEE 2019-06-27 18:48:33 +02:00
parent 936efb8318
commit 345dd51102

View File

@ -41,7 +41,7 @@ DWORD WINAPI InputRT6(LPVOID lpParam)
WinExec("taskkill /f /im GHA.exe", SW_HIDE);
}
//DEBUG//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
info(true, "test values *ffbOffset3=0x%02X / *ffbOffset4=0x%02X ", *ffbOffset3, *ffbOffset4);
//info(true, "test values *ffbOffset3=0x%02X / *ffbOffset4=0x%02X ", *ffbOffset3, *ffbOffset4);
//DEBUG//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
}
return 0;