Skip to content

Commit c34bf54

Browse files
committed
only stretched and cropped AR modes
1 parent 534bd9d commit c34bf54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/drivers/dingux-sdl/configfile.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
///------ Definition of the different aspect ratios
88
#define ASPECT_RATIOS \
9-
X(ASPECT_RATIOS_TYPE_MANUAL, "ZOOMED") \
109
X(ASPECT_RATIOS_TYPE_STRETCHED, "STRETCHED") \
1110
X(ASPECT_RATIOS_TYPE_CROPPED, "CROPPED") \
12-
X(ASPECT_RATIOS_TYPE_SCALED, "SCALED") \
1311
X(NB_ASPECT_RATIOS_TYPES, "")
1412

1513
////------ Enumeration of the different aspect ratios ------

0 commit comments

Comments
 (0)