mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-25 09:05:24 +02:00
Disable openGL4 by default
This commit is contained in:
parent
fc2e10d124
commit
1fd2e65cf4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue