Removed the crashdump code from the Dev branch and added the -R/--crashdump parameter to activate it, and also made the makefiles not build pcap_if.exe by default.

This commit is contained in:
OBattler
2020-04-17 02:20:02 +02:00
parent 4bc41197b9
commit 13a9477b6d
6 changed files with 14 additions and 33 deletions

View File

@@ -354,10 +354,9 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nCmdShow)
/* Set the application version ID string. */
sprintf(emu_version, "%s v%s", EMU_NAME, EMU_VERSION);
#ifdef USE_CRASHDUMP
/* Enable crash dump services. */
InitCrashDump();
#endif
if (enable_crashdump)
InitCrashDump();
/* First, set our (default) language. */
set_language(0x0409);