Video and DSP plugin management: Fixed Stop and Start again, it was necessary to call FreeLibrary() on Start instead of on Stop, I don't know why but that's how it works

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2139 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-02-08 10:09:26 +00:00
parent 54798713a0
commit f610f7e197
8 changed files with 280 additions and 177 deletions

View File

@ -319,6 +319,7 @@ CFrame::CFrame(wxFrame* parent,
Show(); // Show the window
// Create list of available plugins for the configuration window
CPluginManager::GetInstance().ScanForPlugins();
//if we are ever going back to optional iso caching: