mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix a hang on emulation shutdown on linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7036 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f2f9df90e1
commit
4223ebc8d2
2 changed files with 6 additions and 0 deletions
|
@ -351,6 +351,7 @@ CFrame::CFrame(wxFrame* parent,
|
|||
#ifdef __WXGTK__
|
||||
panic_event.Init();
|
||||
keystate_event.Init();
|
||||
bKeyStateResult = false;
|
||||
#endif
|
||||
|
||||
if (ShowLogWindow) SConfig::GetInstance().m_InterfaceLogWindow = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue