mirror of https://github.com/PCSX2/pcsx2.git
And let's update the project file too.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2962 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
aaded4ec6d
commit
8586e1b90d
|
@ -159,6 +159,7 @@
|
||||||
<Unit filename="../../include/Utilities/RwMutex.h" />
|
<Unit filename="../../include/Utilities/RwMutex.h" />
|
||||||
<Unit filename="../../include/Utilities/SafeArray.h" />
|
<Unit filename="../../include/Utilities/SafeArray.h" />
|
||||||
<Unit filename="../../include/Utilities/ScopedPtr.h" />
|
<Unit filename="../../include/Utilities/ScopedPtr.h" />
|
||||||
|
<Unit filename="../../include/Utilities/ScopedPtrMT.h" />
|
||||||
<Unit filename="../../include/Utilities/StringHelpers.h" />
|
<Unit filename="../../include/Utilities/StringHelpers.h" />
|
||||||
<Unit filename="../../include/Utilities/Threading.h" />
|
<Unit filename="../../include/Utilities/Threading.h" />
|
||||||
<Unit filename="../../include/Utilities/ThreadingDialogs.h" />
|
<Unit filename="../../include/Utilities/ThreadingDialogs.h" />
|
||||||
|
|
|
@ -247,7 +247,6 @@ void AppPluginManager::Init( PluginsEnum_t pid )
|
||||||
{
|
{
|
||||||
if( !wxThread::IsMain() )
|
if( !wxThread::IsMain() )
|
||||||
{
|
{
|
||||||
//pxInvokeActionEvent& evt = SinglePluginMethodEvent( &AppPluginManager::Init, pid );
|
|
||||||
SinglePluginMethodEvent evt(&AppPluginManager::Init, pid);
|
SinglePluginMethodEvent evt(&AppPluginManager::Init, pid);
|
||||||
wxGetApp().ProcessAction( evt );
|
wxGetApp().ProcessAction( evt );
|
||||||
Sleep( 5 );
|
Sleep( 5 );
|
||||||
|
|
Loading…
Reference in New Issue