mirror of https://github.com/PCSX2/pcsx2.git
Let's save the SkipBios hack setting, because people hate me enough already for putting this off a week.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1834 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
c9c924fe35
commit
e20883d287
|
@ -151,6 +151,8 @@ void Pcsx2Config::LoadSave( IniInterface& ini )
|
|||
IniBitBool( CdvdVerboseReads );
|
||||
IniBitBool( CdvdDumpBlocks );
|
||||
IniBitBool( EnablePatches );
|
||||
|
||||
IniBitBool( SkipBiosSplash );
|
||||
|
||||
IniBitBool( McdEnableEjection );
|
||||
IniBitBool( MultitapPort0_Enabled );
|
||||
|
|
Loading…
Reference in New Issue