summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.c b/src/core.c
index 024b2d7..a0dc3b6 100644
--- a/src/core.c
+++ b/src/core.c
@@ -7,8 +7,8 @@
#include "render_types.h"
#include "threadpool.h"
-#define SCR_WIDTH 1080
-#define SCR_HEIGHT 800
+#define SCR_WIDTH 2160
+#define SCR_HEIGHT 1080
core* core_bringup() {
INFO("Initiate Core bringup");