Disabling microVU (enabling superVU) gets saved to ini now. :)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1855 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-09-18 14:40:24 +00:00
parent 3ccb4d3698
commit c63cb5d70a
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ void Pcsx2Config::RecompilerOptions::LoadSave( IniInterface& ini )
IniBitBool( EnableIOP );
IniBitBool( EnableVU0 );
IniBitBool( EnableVU1 );
IniBitBool( UseMicroVU0 );
IniBitBool( UseMicroVU1 );
}
Pcsx2Config::CpuOptions::CpuOptions() :