Suppress expected error during first time wizard when a plugin does not implement optional API functions.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4506 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1 2011-03-29 16:13:08 +00:00
parent d20da5f268
commit 97ce1783eb
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ void Panels::PluginSelectorPanel::OnConfigure_Clicked( wxCommandEvent& evt )
{
wxWindowDisabler disabler;
wxDoNotLogInThisScope quiettime;
ScopedCoreThreadPause paused_core( new SysExecEvent_SaveSinglePlugin(pid) );
if (!CorePlugins.AreLoaded())
{