From 922765f63de7c56ebb8eb62f3eb9164aff272d72 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Sun, 13 Jan 2019 10:55:02 -0600 Subject: [PATCH] update readme.md, bump version --- CMakeLists.txt | 2 +- README.MD | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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)