1
0
Fork 0

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:
Peter Veenstra 2020-03-11 19:54:24 +00:00
parent 9ab84c503d
commit 11c380aaba

View file

@ -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);