1
0
mirror of synced 2025-02-23 13:39:06 +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 #else
memset(errorBuffer, 0, 256); memset(errorBuffer, 0, 256);
sprintf_s(errorBuffer, 256, "Unsupported Executable, NEW CRC: %08X!", newCrcResult); sprintf_s(errorBuffer, 256, "Unsupported Executable, NEW CRC: %08X!", newCrcResult);
WritePrivateProfileStringA("Error", "Unsupported Executable", errorBuffer, ".\\teknoparrot.ini");
MessageBoxA(0, errorBuffer, "Error", MB_ICONERROR); MessageBoxA(0, errorBuffer, "Error", MB_ICONERROR);
ExitProcess(0); ExitProcess(0);
#endif #endif