Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -25,7 +25,8 @@ If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. Windows 10]
|
||||
- Version [e.g. v2.06]
|
||||
- Version [e.g. v2.06 build 2007]
|
||||
- Build type [i.e. regular, optimized, or dev]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Add any other context about the problem here. If you are using an Optimized build, make sure to try the regular build too before filing a bug report!
|
||||
|
@@ -362,10 +362,6 @@ 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);
|
||||
|
||||
/* Enable crash dump services. */
|
||||
if (enable_crashdump)
|
||||
InitCrashDump();
|
||||
|
||||
/* First, set our (default) language. */
|
||||
set_language(0x0409);
|
||||
|
||||
@@ -389,6 +385,10 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nCmdShow)
|
||||
free(argw);
|
||||
return(1);
|
||||
}
|
||||
|
||||
/* Enable crash dump services. */
|
||||
if (enable_crashdump)
|
||||
InitCrashDump();
|
||||
|
||||
if (force_debug)
|
||||
atexit(CloseConsole);
|
||||
|
Reference in New Issue
Block a user