sdl12-compat: init: Quirks were only applied if debug logging was enabled. :O

From fe3810fda122599b6227fb18002627326f6da69b Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 8 Sep 2022 11:21:42 -0400
Subject: [PATCH] init: Quirks were only applied if debug logging was enabled. 
 :O

---
 src/SDL12_compat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index 5fc0bf20..f568b219 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -1351,8 +1351,8 @@ LoadSDL20(void)
                         #else
                         SDL20_Log("sdl12-compat, talking to SDL2 %d.%d.%d", v.major, v.minor, v.patch);
                         #endif
-                        SDL12Compat_ApplyQuirks();  /* Apply and maybe print a list of any enabled quirks. */
                     }
+                    SDL12Compat_ApplyQuirks();  /* Apply and maybe print a list of any enabled quirks. */
                 }
             }
             if (!okay) {