Added 1440p resolution option

This commit is contained in:
Starlank
2022-08-15 22:07:43 -05:00
committed by Cameron Gutman
parent ac801e9bfb
commit 0bd81b8261
2 changed files with 6 additions and 0 deletions

View File

@@ -60,6 +60,10 @@
self.height = [NSNumber numberWithInteger:2160];
self.width = [NSNumber numberWithInteger:3840];
break;
case 3:
self.height = [NSNumber numberWithInteger:1440];
self.width = [NSNumber numberWithInteger:2560];
break;
default:
abort();
}