mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
d20da5f268
commit
97ce1783eb
|
@ -645,6 +645,7 @@ void Panels::PluginSelectorPanel::OnConfigure_Clicked( wxCommandEvent& evt )
|
||||||
{
|
{
|
||||||
|
|
||||||
wxWindowDisabler disabler;
|
wxWindowDisabler disabler;
|
||||||
|
wxDoNotLogInThisScope quiettime;
|
||||||
ScopedCoreThreadPause paused_core( new SysExecEvent_SaveSinglePlugin(pid) );
|
ScopedCoreThreadPause paused_core( new SysExecEvent_SaveSinglePlugin(pid) );
|
||||||
if (!CorePlugins.AreLoaded())
|
if (!CorePlugins.AreLoaded())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue