Disabled crash dumper, fixes Direct3D;

Changed version to 1.05.
This commit is contained in:
OBattler
2017-02-26 18:19:23 +01:00
parent 9351cf4474
commit e4dd05d9e9
4 changed files with 4 additions and 4 deletions

View File

@@ -568,7 +568,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
LARGE_INTEGER qpc_freq;
HACCEL haccel; /* Handle to accelerator table */
InitCrashDump(); // First thing to do before anything else is to make sure crash dumps get created.
// InitCrashDump(); // First thing to do before anything else is to make sure crash dumps get created.
process_command_line();