add m_bMemoryCards
This commit is contained in:
@@ -185,6 +185,7 @@ public:
|
||||
CString m_sMemoryCardProfileSubdir; // the directory on a memory card to look in for a profile
|
||||
int m_iProductID; // Saved in HighScore to track what software version a score came from.
|
||||
CString m_sDefaultLocalProfileID[NUM_PLAYERS];
|
||||
bool m_bMemoryCards;
|
||||
CString m_sMemoryCardOsMountPoint[NUM_PLAYERS]; // if set, always use the device that mounts to this point
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user