mirror of https://github.com/stella-emu/stella.git
Add build info to the internal log.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2299 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
1ec986d23a
commit
d8dd08dfde
|
@ -203,7 +203,10 @@ bool OSystem::create()
|
||||||
// Get updated paths for all configuration files
|
// Get updated paths for all configuration files
|
||||||
setConfigPaths();
|
setConfigPaths();
|
||||||
ostringstream buf;
|
ostringstream buf;
|
||||||
buf << "Base directory: '"
|
buf << "Stella " << STELLA_VERSION << endl
|
||||||
|
<< " Features: " << myFeatures << endl
|
||||||
|
<< " " << myBuildInfo << endl << endl
|
||||||
|
<< "Base directory: '"
|
||||||
<< FilesystemNode(myBaseDir).getRelativePath() << "'" << endl
|
<< FilesystemNode(myBaseDir).getRelativePath() << "'" << endl
|
||||||
<< "Configuration file: '"
|
<< "Configuration file: '"
|
||||||
<< FilesystemNode(myConfigFile).getRelativePath() << "'" << endl
|
<< FilesystemNode(myConfigFile).getRelativePath() << "'" << endl
|
||||||
|
|
Loading…
Reference in New Issue