Merge pull request #933 from cxd4/patch-1

[Glide64] poop :)
This commit is contained in:
zilmar 2016-01-27 19:04:12 +11:00
commit b04e0c7a9e
1 changed files with 2 additions and 2 deletions

View File

@ -337,8 +337,8 @@ void microcheck()
ReleaseGfx();
#ifdef _WIN32
MessageBox(gfx.hWnd, stdstr_f("Error: uCode crc not found in INI, using currently selected uCode\n\n%08lx", uc_crc).c_str(), "Error", MB_OK | MB_ICONEXCLAMATION);
#endif
ucode_error_report = FALSE; // don't report any more ucode errors from this game
}
else if (uc == -1 && ucode_error_report)