diff --git a/CMakeLists.txt b/CMakeLists.txt index f498afe..4ab9728 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 1) -set(VERSION_MINOR 88) +set(VERSION_MINOR 89) if(BUILD_PSP2) if (NOT DEFINED CMAKE_TOOLCHAIN_FILE) diff --git a/README.MD b/README.MD index 348237d..f71a032 100644 --- a/README.MD +++ b/README.MD @@ -4,9 +4,9 @@ On the Switch, since v1.84, please use nsp injection to start uae4all2, otherwis Changes in this version ====== -1.88 +1.89 (Switch only) -- add French on-screen keyboard (thanks @CrashMidnick) +- On Switch, fix scaling artifacts when sharp_bilinear_simple was selected. Pixels are even sharper now! Description ===== @@ -296,6 +296,10 @@ Compiling CHANGELOG ===== +1.89 (Switch only) + +- On Switch, fix scaling artifacts when sharp_bilinear_simple was selected. Pixels are even sharper now! + 1.88 - add French on-screen keyboard (thanks @CrashMidnick)