Remove m_bMemoryCardsMountOnlyWhenNecessary; always do that.

This commit is contained in:
Glenn Maynard
2005-01-27 20:06:20 +00:00
parent 244633369b
commit d7a279efb9
5 changed files with 9 additions and 16 deletions
-1
View File
@@ -192,7 +192,6 @@ public:
int m_iMemoryCardUsbBus[NUM_PLAYERS]; // look for this bus when assigning cards. -1 = match any
int m_iMemoryCardUsbPort[NUM_PLAYERS]; // look for this port when assigning cards. -1 = match any
int m_iMemoryCardUsbLevel[NUM_PLAYERS]; // look for this level when assigning cards. -1 = match any
bool m_bMemoryCardsMountOnlyWhenNecessary;
int m_iCenterImageTranslateX;
int m_iCenterImageTranslateY;
int m_fCenterImageAddWidth;