Revert "Give a better description in EmuShared.h"

This reverts commit 7ef5a4a8d0.
This commit is contained in:
RadWolfie 2018-06-13 16:57:05 -05:00
parent 7ef5a4a8d0
commit de6f74e761
1 changed files with 218 additions and 218 deletions

View File

@ -180,7 +180,7 @@ class EmuShared : public Mutex
}
// ******************************************************************
// * File storage location
// * Xbox LED values Accessors
// ******************************************************************
void GetStorageLocation(char *path) { Lock(); strcpy(path, m_StorageLocation); Unlock(); }
void SetStorageLocation(char *path) { Lock(); strcpy(m_StorageLocation, path); Unlock(); }