1
0
mirror of synced 2025-02-23 05:29:15 +01:00

whoops i hate git

This commit is contained in:
nzgamer41 2021-06-27 21:41:39 +12:00
parent 4719aeb0d2
commit 66026afb7f

View File

@ -666,6 +666,7 @@ void GameDetect::DetectCurrentGame()
#else
memset(errorBuffer, 0, 256);
sprintf_s(errorBuffer, 256, "Unsupported Executable, NEW CRC: %08X!", newCrcResult);
WritePrivateProfileStringA("Error", "Unsupported Executable", errorBuffer, ".\\teknoparrot.ini");
MessageBoxA(0, errorBuffer, "Error", MB_ICONERROR);
ExitProcess(0);
#endif