fix ALSA version detection

This commit is contained in:
Glenn Maynard
2003-12-06 05:45:36 +00:00
parent 169a33ce85
commit 7a9f91810d
+2 -2
View File
@@ -29,12 +29,12 @@ RageFileManager::RageFileManager()
RageFileManager::Mount( "dir", ".", "" );
/* XXX: drop BASE_PATH and do this instead */
// RageFileManager::Mount( "dir", "D:\\", "" );
#elif defined(UNIX)
#elif defined(LINUX)
/* We can almost do this, to have machine profiles be system-global to eg. share
* scores. It would need to handle permissions properly. */
/* RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "Data/Profiles" ); */
CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME;
// CString Home = getenv( "HOME" ) + "/" + PRODUCT_NAME;
/*
* Next: path to write general mutable user data. If the above path fails (eg.