We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95f1cc commit 84b9685Copy full SHA for 84b9685
config.h
@@ -4,7 +4,7 @@
4
// Configuration
5
//
6
7
-#define CFG_VERSION "SimpleGraphic v2.0"
+#define CFG_VERSION "SimpleGraphic v2.2"
8
#define CFG_TITLE "SimpleGraphic"
9
#define CFG_LOGFILE "SimpleGraphic/SimpleGraphic.log"
10
#define CFG_DATAPATH "SimpleGraphic/"
@@ -19,4 +19,4 @@
19
#define CFG_VID_DEFFULLSCREEN "0"
20
#define CFG_VID_DEFRESIZABLE "0"
21
#define CFG_VID_MINWIDTH 1080
22
-#define CFG_VID_MINHEIGHT 720
+#define CFG_VID_MINHEIGHT 720
0 commit comments