aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-05-21 22:28:46 +0200
committerArisotura <thetotalworm@gmail.com>2019-05-21 22:28:46 +0200
commitdb396e992b670fa419123474068e100c9f706b2f (patch)
tree79d87ae0c765dd322f7d1c16fb284e2a46c7841c /src/Config.cpp
parentc835b24f07a317ea435b742ec2fae12dc619c01b (diff)
welp.
progress
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index aca3d4f..42f18c7 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -31,6 +31,7 @@ const char* kConfigFile = "melonDS.ini";
int _3DRenderer;
int Threaded3D;
+int GL_ScaleFactor;
int GL_Antialias;
ConfigEntry ConfigFile[] =
@@ -38,6 +39,7 @@ ConfigEntry ConfigFile[] =
{"3DRenderer", 0, &_3DRenderer, 1, NULL, 0},
{"Threaded3D", 0, &Threaded3D, 1, NULL, 0},
+ {"GL_ScaleFactor", 0, &GL_ScaleFactor, 1, NULL, 0},
{"GL_Antialias", 0, &GL_Antialias, 0, NULL, 0},
{"", -1, NULL, 0, NULL, 0}