getch to _getch on windows warning deprecated call change

This commit is contained in:
Arthur Ice 2014-04-11 10:00:16 -07:00
parent 7cd914538f
commit 14a0bb9413

View File

@ -128,7 +128,7 @@ void CheckEQEMuErrorAndPause() {
if (CheckEQEMuError()) {
fprintf(stdout, "Hit any key to exit\n");
UpdateWindowTitle("Error");
getch();
_getch();
}
#endif
}