summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authoromnisci3nce <17525998+omnisci3nce@users.noreply.github.com>2024-03-29 21:11:02 +1100
committeromnisci3nce <17525998+omnisci3nce@users.noreply.github.com>2024-03-29 21:11:02 +1100
commit765a6d0f36a9f16189efc449bde815a6c0938584 (patch)
tree68bf5121a6f8b4136205fed57893e696ea3a60d7 /src/core.c
parentff907c6ffa7ed0a7c6ce938b40a6c223dd0a3b9d (diff)
triangle
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");