gui: Now uses new plugins to check if selected plugins when clicking "Apply" on plugin config screen rather than the old selected plugins.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1813 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
mattmenke 2009-09-13 02:14:34 +00:00
parent 3bb0846264
commit 8643bf8455
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ void Pcsx2App::ApplySettings( const AppConfig& newconf )
const PluginInfo* pi = tbl_PluginInfo-1;
while( ++pi, pi->shortname != NULL )
{
if( newconf.FullpathTo( pi->id ) != g_Conf->FullpathTo( pi->id ) )
if( newconf.FullpathTo( pi->id ) != newconf.FullpathTo( pi->id ) )
break;
}
if( pi->shortname != NULL )