mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
3bb0846264
commit
8643bf8455
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue