From 6ffae7a6e80945335fce539cd1934b68f0a378d9 Mon Sep 17 00:00:00 2001 From: Justin Scofield <47263509+scawful@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:08:29 -0400 Subject: [PATCH] Increase default screen size --- src/app/core/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/core/constants.h b/src/app/core/constants.h index 206a5f80..b28292c0 100644 --- a/src/app/core/constants.h +++ b/src/app/core/constants.h @@ -110,8 +110,8 @@ namespace core { // Window Variables // ============================================================================ -constexpr int kScreenWidth = 1200; -constexpr int kScreenHeight = 800; +constexpr int kScreenWidth = 1440; +constexpr int kScreenHeight = 900; // ============================================================================ // 65816 LanguageDefinition