diff --git a/src/ProfileManager.cpp b/src/ProfileManager.cpp index ecf59bb9c2..02312fa381 100644 --- a/src/ProfileManager.cpp +++ b/src/ProfileManager.cpp @@ -207,7 +207,7 @@ bool ProfileManager::LoadLocalProfileFromMachine( PlayerNumber pn ) void ProfileManager::GetMemoryCardProfileDirectoriesToTry( vector &asDirsToTry ) { /* Try to load the preferred profile. */ - asDirsToTry.push_back( PREFSMAN->m_sMemoryCardProfileSubdir ); + asDirsToTry.push_back( PREFSMAN->m_sMemoryCardProfileSubdir.ToString() ); /* If that failed, try loading from all fallback directories. */ split( g_sMemoryCardProfileImportSubdirs, ";", asDirsToTry, true );