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];