sdl12-compat: README.md: minor re-ordering of options documentation

From cb25cfcaa4a2a75260cbbb303d2f30a64c19ba64 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 17 Nov 2021 20:00:02 +0300
Subject: [PATCH] README.md: minor re-ordering of options documentation

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 43f17f5..ef06c27 100644
--- a/README.md
+++ b/README.md
@@ -67,12 +67,6 @@ The available options are:
   option is enabled by default, but not all applications are compatible
   with it: try changing this if you can only see a black screen.
 
-- SDL12COMPAT_SYNC_TO_VBLANK:
-  Force the application to sync (or not sync) to the vertical blanking
-  interval (VSync).  When enabled, this will cap the application's
-  framerate to the screen's refresh rate (and may resolve issues with
-  screen tearing).
-
 - SDL12COMPAT_SCALE_METHOD:
   Choose the scaling method used when applications render at a non-native
   resolution.  The options are `nearest`, for nearest-neighbour sampling
@@ -83,6 +77,12 @@ The available options are:
   this will usually result in sharper graphics, but on some applications
   text and other elements may become very small.
 
+- SDL12COMPAT_SYNC_TO_VBLANK:
+  Force the application to sync (or not sync) to the vertical blanking
+  interval (VSync).  When enabled, this will cap the application's
+  framerate to the screen's refresh rate (and may resolve issues with
+  screen tearing).
+
 - SDL12COMPAT_USE_KEYBOARD_LAYOUT:
   Make all keyboard input take the current keyboard layout into account.
   This may need to be disabled for applications which provide their own