windows memory card fixes/cleanup

This commit is contained in:
Chris Danford
2003-12-18 07:46:21 +00:00
parent eb0620add8
commit 1ba5e253ca
4 changed files with 115 additions and 25 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ public:
int m_iEndlessBreakLength;
CString m_sLanguage;
CString m_sDefaultLocalProfileID[NUM_PLAYERS];
CString m_sMemoryCardDir[NUM_PLAYERS]; // always use this dir for the memory card
CString m_sMemoryCardDir[NUM_PLAYERS]; // if set, always use this dir for the memory card
int m_iMemoryCardUsbBus[NUM_PLAYERS]; // take the first storage device on this usb bus
int m_iMemoryCardUsbPort[NUM_PLAYERS]; // take the first storage device on this usb bus
int m_iCenterImageTranslateX;