forgot to include a few things. (Jeremy)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1961
This commit is contained in:
parent
52d01cf49a
commit
ad1f331777
2 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: dosbox.cpp,v 1.77 2004-09-09 08:39:28 qbix79 Exp $ */
|
||||
/* $Id: dosbox.cpp,v 1.78 2004-09-10 07:44:12 qbix79 Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -235,7 +235,7 @@ void DOSBOX_Init(void) {
|
|||
"frameskip -- How many frames dosbox skips before drawing one.\n"
|
||||
"aspect -- Do aspect correction.\n"
|
||||
"scaler -- Scaler used to enlarge/enhance low resolution modes.\n"
|
||||
" Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,tv2x.\n"
|
||||
" Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,interp2x,tv2x.\n"
|
||||
);
|
||||
|
||||
secprop=control->AddSection_prop("cpu",&CPU_Init);
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: sdlmain.cpp,v 1.77 2004-09-09 10:36:45 qbix79 Exp $ */
|
||||
/* $Id: sdlmain.cpp,v 1.78 2004-09-10 07:44:15 qbix79 Exp $ */
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
|
@ -1041,6 +1041,9 @@ int main(int argc, char* argv[]) {
|
|||
"output -- What to use for output: surface,overlay"
|
||||
#if C_OPENGL
|
||||
",opengl,openglnb"
|
||||
#endif
|
||||
#if defined(HAVE_DDRAW_H) && defined(WIN32)
|
||||
",ddraw"
|
||||
#endif
|
||||
".\n"
|
||||
"hwscale -- Extra scaling of window if the output device supports hardware scaling.\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue