From c13cc0de3b10365213b421c8e2145bb83e6a00df Mon Sep 17 00:00:00 2001 From: markgrebe Date: Thu, 25 Aug 2005 01:21:08 +0000 Subject: [PATCH] Default to OpenGL in Mac version git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@742 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/macosx/SettingsMACOSX.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stella/src/macosx/SettingsMACOSX.cxx b/stella/src/macosx/SettingsMACOSX.cxx index ae5c6dd44..b658d989e 100644 --- a/stella/src/macosx/SettingsMACOSX.cxx +++ b/stella/src/macosx/SettingsMACOSX.cxx @@ -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: SettingsMACOSX.cxx,v 1.5 2005-06-16 01:11:29 stephena Exp $ +// $Id: SettingsMACOSX.cxx,v 1.6 2005-08-25 01:21:08 markgrebe Exp $ //============================================================================ #include @@ -41,6 +41,7 @@ void prefsSave(void); SettingsMACOSX::SettingsMACOSX(OSystem* osystem) : Settings(osystem) { + set("video", "opengl"); // Use opengl mode by default } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -