From 44955a2b8762248bb99cee71ef6ca6bc79c1f914 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Sat, 23 Mar 2024 00:48:26 -0500 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- README.MD | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e0a195..6b0a92e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) set(CMAKE_VERBOSE_MAKEFILE OFF) set(VERSION_MAJOR 2) -set(VERSION_MINOR 11) +set(VERSION_MINOR 12) if(BUILD_PSP2) if (NOT DEFINED CMAKE_TOOLCHAIN_FILE) diff --git a/README.MD b/README.MD index f2e0d31..1d8dc09 100644 --- a/README.MD +++ b/README.MD @@ -4,6 +4,10 @@ On the Switch, since v1.84, please use Application mode, not Applet mode, to sta Recent Changes ====== +2.12 (Switch only) + +- fix regression causing stuttery audio after suspend by linking with fixed SDL2 + 2.11 (Switch only) - fix touch input on Switch @@ -346,6 +350,10 @@ Compiling CHANGELOG ===== +2.12 (Switch only) + +- fix regression causing stuttery audio after suspend by linking with fixed SDL2 + 2.11 (Switch only) - fix touch input on Switch