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

@@ -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);