OK, this is the final commit before the 2.7 release. I can say that for

a fact, since the other builds (other than OSX) have already been
uploaded.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1639 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-01-19 13:57:00 +00:00
parent d8e262ddaf
commit 64594bb252
1 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//
// $Id: OSystemMACOSX.cxx,v 1.20 2009-01-01 18:13:39 stephena Exp $
// $Id: OSystemMACOSX.cxx,v 1.21 2009-01-19 13:57:00 stephena Exp $
//============================================================================
#include <cstdlib>
@ -92,9 +92,8 @@ void macOSXSendMenuEvent(int event)
OSystemMACOSX::OSystemMACOSX()
: OSystem()
{
const string& basedir = string(getenv("HOME")) + "/.stella";
setBaseDir(basedir);
setConfigFile(basedir + "/stellarc");
setBaseDir("~/.stella");
setConfigFile("~/.stella/stellarc");
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -