SDL: Enable OpenGL by default

This commit is contained in:
bgk 2011-05-07 07:09:21 +00:00
parent d11399e78e
commit 7145f8083d
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ int sdlPrintUsage = 0;
int cartridgeType = 3;
int captureFormat = 0;
int openGL = 0;
int openGL = 1;
int textureSize = 256;
GLuint screenTexture = 0;
u8 *filterPix = 0;

View File

@ -69,7 +69,7 @@ Motion_Down=0102
# OpenGL mode:
# 0 = don't use OpenGL, 1 = no texture filtering, 2 = bilinear filtering
openGL=0
openGL=1
# when using OpenGL scaling and 'no filter' (called the 1x filter, number 0),
# make the window this many times taller and wider:
openGLscale=1