0.74-3:mac os x default output change also in trunk now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4335
This commit is contained in:
parent
9ab84c503d
commit
11c380aaba
1 changed files with 6 additions and 0 deletions
|
@ -2207,7 +2207,13 @@ void Config_Add_SDL() {
|
|||
"ddraw",
|
||||
#endif
|
||||
0 };
|
||||
|
||||
|
||||
#if C_OPENGL && defined(MACOSX)
|
||||
Pstring = sdl_sec->Add_string("output",Property::Changeable::Always,"opengl");
|
||||
#else
|
||||
Pstring = sdl_sec->Add_string("output",Property::Changeable::Always,"surface");
|
||||
#endif
|
||||
Pstring->Set_help("What video system to use for output.");
|
||||
Pstring->Set_values(outputs);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue