X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2n64%2Fsrc%2FConfig.cpp;h=99d3d69ae8f0b15758baa6c3a659076284d4b149;hb=afa31bdd9fd8ce01447275c48e2c1e73649e8343;hp=4d91c111199f702ddebc3a5750c0b411f5e11814;hpb=ac4f8e4321adb765745b2da188b8b359735ea379;p=mupen64plus-pandora.git diff --git a/source/gles2n64/src/Config.cpp b/source/gles2n64/src/Config.cpp old mode 100644 new mode 100755 index 4d91c11..99d3d69 --- a/source/gles2n64/src/Config.cpp +++ b/source/gles2n64/src/Config.cpp @@ -64,7 +64,7 @@ Option configOptions[] = {"", NULL, 0}, {"#Framebuffer Settings:",NULL,0}, -// {"framebuffer enable", &config.framebuffer.enable, 0}, + {"framebuffer enable", &config.framebuffer.enable, 0}, {"framebuffer bilinear", &config.framebuffer.bilinear, 0}, {"framebuffer width", &config.framebuffer.width, 400}, {"framebuffer height", &config.framebuffer.height, 240}, @@ -76,6 +76,7 @@ Option configOptions[] = {"video force", &config.video.force, 0}, {"video width", &config.video.width, 320}, {"video height", &config.video.height, 240}, + {"video stretch", &config.stretchVideo, 0}, {"", NULL, 0}, {"#Render Settings:", NULL, 0}, @@ -98,8 +99,8 @@ Option configOptions[] = {"", NULL, 0}, {"#Frame skip:", NULL, 0}, - {"auto frameskip", &config.autoFrameSkip, 0}, - {"max frameskip", &config.maxFrameSkip, 0}, + {"auto frameskip", &config.autoFrameSkip, 1}, + {"max frameskip", &config.maxFrameSkip, 3}, {"target FPS", &config.targetFPS, 20}, {"frame render rate", &config.frameRenderRate, 1}, {"vertical sync", &config.verticalSync, 0}, @@ -120,7 +121,7 @@ Option configOptions[] = {"hack banjo tooie", &config.hackBanjoTooie, 0}, {"hack zelda", &config.hackZelda, 0}, {"hack alpha", &config.hackAlpha, 0}, - {"hack z", &config.zHack, 0}, + {"hack z", &config.zHack, 0} };