hackfix for per-game settings overriding the main settings. This quick and dirty hack goes out to billiard in return for his own generous hacks. fixes issue 3004. it's a hack, so it should be replaced with a more sane method...

also: hacks.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6337 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-11-03 07:37:13 +00:00
parent e1549658a2
commit 7b23bf666f
2 changed files with 32 additions and 1 deletions

View File

@ -913,7 +913,7 @@ void CFrame::DoStop()
g_pCodeWindow->ToggleDLLWindow(IDM_VIDEOWINDOW, false);
}
Core::Stop();
BootManager::Stop();
// Destroy the renderer frame when not rendering to main
m_RenderParent->Disconnect(wxID_ANY, wxEVT_SIZE,