mirror of https://github.com/stella-emu/stella.git
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:
parent
d8e262ddaf
commit
64594bb252
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// 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>
|
#include <cstdlib>
|
||||||
|
@ -92,9 +92,8 @@ void macOSXSendMenuEvent(int event)
|
||||||
OSystemMACOSX::OSystemMACOSX()
|
OSystemMACOSX::OSystemMACOSX()
|
||||||
: OSystem()
|
: OSystem()
|
||||||
{
|
{
|
||||||
const string& basedir = string(getenv("HOME")) + "/.stella";
|
setBaseDir("~/.stella");
|
||||||
setBaseDir(basedir);
|
setConfigFile("~/.stella/stellarc");
|
||||||
setConfigFile(basedir + "/stellarc");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue