mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
wxHandleFatalExceptions is an optional wx feature.
Fixes issue 3962. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6891 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7834880925
commit
f08563efd9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ bool DolphinApp::OnInit()
|
|||
#ifdef _WIN32
|
||||
EXTENDEDTRACEINITIALIZE(".");
|
||||
SetUnhandledExceptionFilter(&MyUnhandledExceptionFilter);
|
||||
#else
|
||||
#elif wxUSE_ON_FATAL_EXCEPTION
|
||||
wxHandleFatalExceptions(true);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue