diff --git a/mkxp.json.sample b/mkxp.json.sample index 697b1f88..0df49903 100644 --- a/mkxp.json.sample +++ b/mkxp.json.sample @@ -30,9 +30,9 @@ // + Intel HD Graphics 4000+ // // If disabled, OpenGL 3.3 is used instead. - // (default: enabled) + // (default: disabled) // - // "openGL4": true, + // "openGL4": false, // Create a debug context and log diff --git a/src/config.mm b/src/config.mm index b8953e00..d23daa29 100644 --- a/src/config.mm +++ b/src/config.mm @@ -50,7 +50,7 @@ Config::Config() {} void Config::read(int argc, char *argv[]) { OFMutableDictionary *opts = @{ @"rgssVersion" : @0, - @"openGL4" : @true, + @"openGL4" : @false, @"debugMode" : @false, @"printFPS" : @false, @"winResizable" : @true,