diff options
author | omnisci3nce <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-29 21:11:02 +1100 |
---|---|---|
committer | omnisci3nce <17525998+omnisci3nce@users.noreply.github.com> | 2024-03-29 21:11:02 +1100 |
commit | 765a6d0f36a9f16189efc449bde815a6c0938584 (patch) | |
tree | 68bf5121a6f8b4136205fed57893e696ea3a60d7 /src/core.c | |
parent | ff907c6ffa7ed0a7c6ce938b40a6c223dd0a3b9d (diff) |
triangle
Diffstat (limited to 'src/core.c')
-rw-r--r-- | src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); |