Create PREFSMAN and mount any additional paths it mentions earlier.
Remove DWIPath from prefs. Add AdditionalFolders to prefs (replaces DWIPath, essentially). Store CStrings instead of CStringArrays in prefsman, and split them on use.
This commit is contained in:
@@ -209,8 +209,8 @@ public:
|
||||
/* 0 = no; 1 = yes; -1 = auto (do whatever is appropriate for the arch). */
|
||||
int m_iBoostAppPriority;
|
||||
|
||||
CStringArray m_asAdditionalSongFolders;
|
||||
CString m_DWIPath;
|
||||
CString m_sAdditionalSongFolders;
|
||||
CString m_sAdditionalFolders;
|
||||
|
||||
CString m_sLastSeenVideoDriver;
|
||||
CString m_sLastSeenInputDevices;
|
||||
|
||||
Reference in New Issue
Block a user