This commit is contained in:
Steve Checkoway
2006-03-12 23:42:50 +00:00
parent 3e9c9141fe
commit 9a6a581e14
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ public:
void Update( float fDelta );
MemoryCardState GetCardState( PlayerNumber pn ) const { return m_State[pn]; }
RString GetCardError( PlayerNumber pn ) const { return m_sError[pn]; }
const RString& GetCardError( PlayerNumber pn ) const { return m_sError[pn]; }
void LockCards(); // prevent removing or changing of memory cards
void UnlockCards();
@@ -40,7 +40,7 @@ public:
bool PathIsMemCard( RString sDir ) const;
bool IsNameAvailable( PlayerNumber pn ) const;
RString GetName( PlayerNumber pn ) const;
const RString& GetName( PlayerNumber pn ) const;
const vector<UsbStorageDevice> &GetStorageDevices() { return m_vStorageDevices; }