X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2n64%2Fsrc%2FConfig.cpp;h=99d3d69ae8f0b15758baa6c3a659076284d4b149;hp=469f350a1d5e1c7f0cd9302c8b193da6beaeebd0;hb=afa31bdd9fd8ce01447275c48e2c1e73649e8343;hpb=a4bc0a6fa3a0389e2940b780fabc8a595a6b4a9c diff --git a/source/gles2n64/src/Config.cpp b/source/gles2n64/src/Config.cpp index 469f350..99d3d69 100755 --- 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}, @@ -99,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},