mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 03:58:06 +03:00
attempt to fix the main window closing from r5056. i'm not sure how this affects window deletion tho.
apply eol-style native to GCPad, pretty annoying to break patches and stuff git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5059 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
dc7029e7f4
commit
cd321feb83
13 changed files with 3460 additions and 3456 deletions
|
@ -193,6 +193,7 @@ void DllConfig(HWND _hParent)
|
|||
m_ConfigFrame->ShowModal();
|
||||
|
||||
delete m_ConfigFrame;
|
||||
frame->SetHWND(NULL);
|
||||
delete frame;
|
||||
m_ConfigFrame = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue