Remove the crashdump generation stuff and the associated parameter

It's Windows-exclusive and has never really worked
This commit is contained in:
Alexander Babikov
2022-04-14 04:03:11 +05:00
parent eba088c692
commit c82b9a379c
8 changed files with 1 additions and 261 deletions

View File

@@ -123,7 +123,6 @@ extern int confirm_reset, /* (C) enable reset confirmation */
confirm_exit, /* (C) enable exit confirmation */
confirm_save; /* (C) enable save confirmation */
extern int enable_discord; /* (C) enable Discord integration */
extern int enable_crashdump; /* (C) enable crash dump */
extern int is_pentium; /* TODO: Move back to cpu/cpu.h when it's figured out,
how to remove that hack from the ET4000/W32p. */

View File

@@ -120,7 +120,6 @@ extern uint8_t filterindex;
extern void ResizeWindowByClientArea(HWND hwnd, int width, int height);
extern void InitCrashDump(void);
/* Emulator start/stop support functions. */
extern void do_start(void);