Increase default screen size

This commit is contained in:
Justin Scofield
2023-08-03 21:08:29 -04:00
parent 8cac0b71b4
commit 6ffae7a6e8

View File

@@ -110,8 +110,8 @@ namespace core {
// Window Variables // Window Variables
// ============================================================================ // ============================================================================
constexpr int kScreenWidth = 1200; constexpr int kScreenWidth = 1440;
constexpr int kScreenHeight = 800; constexpr int kScreenHeight = 900;
// ============================================================================ // ============================================================================
// 65816 LanguageDefinition // 65816 LanguageDefinition