mirror of https://github.com/PCSX2/pcsx2.git
... and woops. ctrl-c/ctrl-v is a dangerous thing sometimes.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3140 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
1083b658b3
commit
a3f73103a4
|
@ -232,7 +232,7 @@ void AppPluginManager::Load( const wxString (&folders)[PluginId_Count] )
|
|||
{
|
||||
if( !pxAssert(!AreLoaded()) ) return;
|
||||
|
||||
SetLogFolder( GetSettingsFolder().ToString() );
|
||||
SetLogFolder( GetLogFolder().ToString() );
|
||||
SetSettingsFolder( GetSettingsFolder().ToString() );
|
||||
|
||||
_parent::Load( folders );
|
||||
|
|
Loading…
Reference in New Issue