From 8a63ace201233256672241346b2a67a7c0d372f8 Mon Sep 17 00:00:00 2001 From: Stuart Carnie Date: Sun, 2 Sep 2018 13:03:16 -0700 Subject: [PATCH] Revert "fix(gfx): Move enum to end to avoid breaking existing configurations" This reverts commit 93b79fa --- gfx/video_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_defines.h b/gfx/video_defines.h index b3aa82ce43..61b09d393a 100644 --- a/gfx/video_defines.h +++ b/gfx/video_defines.h @@ -35,6 +35,7 @@ enum aspect_ratio ASPECT_RATIO_16_9, ASPECT_RATIO_16_10, ASPECT_RATIO_16_15, + ASPECT_RATIO_21_9, ASPECT_RATIO_1_1, ASPECT_RATIO_2_1, ASPECT_RATIO_3_2, @@ -54,7 +55,6 @@ enum aspect_ratio ASPECT_RATIO_SQUARE, ASPECT_RATIO_CORE, ASPECT_RATIO_CUSTOM, - ASPECT_RATIO_21_9, ASPECT_RATIO_END };