better default values for video
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@182 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -70,12 +70,13 @@ CVideoDriver::CVideoDriver() {
|
||||
Filtermode=1;
|
||||
Zoom=2;
|
||||
FrameSkip=2;
|
||||
m_targetfps = 0; // Disable automatic frameskipping by default
|
||||
m_targetfps = 50;
|
||||
#endif
|
||||
m_opengl = false;
|
||||
#ifdef USE_OPENGL
|
||||
m_opengl_filter = GL_NEAREST;
|
||||
mp_OpenGL = NULL;
|
||||
m_opengl = true; // use it if possible
|
||||
#endif
|
||||
m_aspect_correction = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user