add m_bMemoryCards

This commit is contained in:
Glenn Maynard
2004-06-06 01:50:21 +00:00
parent a5eed9dfa5
commit 69d330eff5
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -150,6 +150,9 @@ LightsDriver *MakeLightsDriver(CString driver)
MemoryCardDriver *MakeMemoryCardDriver()
{
if( !PREFSMAN->m_bMemoryCards )
return new MemoryCardDriver_Null;
MemoryCardDriver *ret = NULL;
#ifdef LINUX