aboutsummaryrefslogtreecommitdiff
path: root/inc/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cfg.h')
-rw-r--r--inc/cfg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/cfg.h b/inc/cfg.h
index 1883fa8..9626756 100644
--- a/inc/cfg.h
+++ b/inc/cfg.h
@@ -1,4 +1,6 @@
#pragma once
-#define DWIDTH 400
+#define DWIDTH 400
#define DHEIGHT 224
+#define FPS 60
+#define SCALE 2 /* default upscale factor */