mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
3ccb4d3698
commit
c63cb5d70a
|
@ -63,6 +63,9 @@ void Pcsx2Config::RecompilerOptions::LoadSave( IniInterface& ini )
|
|||
IniBitBool( EnableIOP );
|
||||
IniBitBool( EnableVU0 );
|
||||
IniBitBool( EnableVU1 );
|
||||
|
||||
IniBitBool( UseMicroVU0 );
|
||||
IniBitBool( UseMicroVU1 );
|
||||
}
|
||||
|
||||
Pcsx2Config::CpuOptions::CpuOptions() :
|
||||
|
|
Loading…
Reference in New Issue