From 85737f1103bcde52c33884ab55c05142b4ce82ad Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Tue, 14 Jun 2022 20:15:26 -0700 Subject: [PATCH] SDL: Support exposing an axis directly as the gyro value (closes #2531) --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 390ac425f..891e2ca6f 100644 --- a/CHANGES +++ b/CHANGES @@ -92,6 +92,7 @@ Misc: - Qt: Add e-Card passing to the command line (closes mgba.io/i/2474) - Qt: Boot both a multiboot image and ROM with CLI args (closes mgba.io/i/1941) - Qt: Improve cheat parsing (fixes mgba.io/i/2297) + - SDL: Support exposing an axis directly as the gyro value (closes mgba.io/i/2531) - Windows: Attach to console if present - Vita: Add bilinear filtering option (closes mgba.io/i/344)