diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index e7e0beebc5..554ef01a8c 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -133,6 +133,9 @@ RageFileManager::RageFileManager( CString argv0 ) ld.driver = g_Mountpoints; ld.MountPoint = ""; g_Drivers.push_back( ld ); + + /* The mount path is unused, but must be nonempty. */ + RageFileManager::Mount( "mem", "(cache)", "@mem" ); } #ifndef HAVE_EXTRA // set for custom initial mount rules