mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Have wxWidgets install signal handlers to catch crashes
and disconnect any wiimotes. The Windows code has special handling of both exceptions and bluetooth connection state, neither of which I really understand, so this is enabled on the other platforms only. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6821 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -28,6 +28,7 @@ public:
|
||||
bool OnInit();
|
||||
void OnEndSession();
|
||||
int OnExit();
|
||||
void OnFatalException();
|
||||
CFrame* GetCFrame();
|
||||
void InitLanguageSupport();
|
||||
|
||||
|
Reference in New Issue
Block a user