Skip to content

Commit

Permalink
update readme.md, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Jan 13, 2019
1 parent b2396f6 commit 922765f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
8 changes: 6 additions & 2 deletions README.MD
Expand Up @@ -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
=====
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 922765f

Please sign in to comment.