This commit is contained in:
Paul 2001-01-03 15:57:20 +00:00
parent 2e872af6c2
commit fb00ee0996
8 changed files with 132 additions and 41 deletions

View file

@ -79,10 +79,10 @@ void InitSystem() // reordered to reduce black screen (hope all is well
// SetDispMask(0);
MemInit();
// MemCardInit( 1 );
// MemCardStart();
MemCardInit( 1 );
MemCardStart();
PadsInit();
// MemCardStop();
MemCardStop();
CFileIO::Init();
TranslationDatabase::initialise(false);