From 97c27328d01f7c3735f4d5199c12abf4f8657d0d Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 14 Sep 2020 19:09:10 -0400 Subject: [PATCH] Add 3x window size option. --- Ample/Base.lproj/LaunchWindow.xib | 5 +++-- Ample/LaunchWindowController.m | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Ample/Base.lproj/LaunchWindow.xib b/Ample/Base.lproj/LaunchWindow.xib index 64e20bb..af7c17a 100644 --- a/Ample/Base.lproj/LaunchWindow.xib +++ b/Ample/Base.lproj/LaunchWindow.xib @@ -75,7 +75,7 @@ DQ - + @@ -162,8 +162,8 @@ DQ - + @@ -186,6 +186,7 @@ DQ + diff --git a/Ample/LaunchWindowController.m b/Ample/LaunchWindowController.m index d870143..d35ee33 100644 --- a/Ample/LaunchWindowController.m +++ b/Ample/LaunchWindowController.m @@ -268,6 +268,7 @@ static NSString * JoinArguments(NSArray *argv) { // drop through. case 2: // 2x + case 3: // 3x if (_mameSquarePixels) { // NSString *aspect = [NSString stringWithFormat: @"%u:%u", (unsigned)screen.width, (unsigned)screen.height];