From 97ce1783ebd9bc2578055315988b378ee3773de0 Mon Sep 17 00:00:00 2001 From: sudonim1 Date: Tue, 29 Mar 2011 16:13:08 +0000 Subject: [PATCH] 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 --- pcsx2/gui/Panels/PluginSelectorPanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcsx2/gui/Panels/PluginSelectorPanel.cpp b/pcsx2/gui/Panels/PluginSelectorPanel.cpp index 841f4c12d5..8a29a3255a 100644 --- a/pcsx2/gui/Panels/PluginSelectorPanel.cpp +++ b/pcsx2/gui/Panels/PluginSelectorPanel.cpp @@ -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()) {