poll for memory cards in the editor screens even if MemoryCard=0
This commit is contained in:
@@ -161,9 +161,6 @@ LowLevelWindow *MakeLowLevelWindow()
|
||||
#include "MemoryCard/Selector_MemoryCardDriver.h"
|
||||
MemoryCardDriver *MakeMemoryCardDriver()
|
||||
{
|
||||
if( !PREFSMAN->m_bMemoryCards )
|
||||
return new MemoryCardDriver_Null;
|
||||
|
||||
MemoryCardDriver *ret = NULL;
|
||||
|
||||
#ifdef ARCH_MEMORY_CARD_DRIVER
|
||||
|
||||
Reference in New Issue
Block a user