Skip to content

Commit

Permalink
update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Dec 30, 2018
1 parent e122877 commit 3a71f16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
set(CMAKE_VERBOSE_MAKEFILE OFF)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 82)
set(VERSION_MINOR 83)

if(BUILD_PSP2)
if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
Expand Down
11 changes: 8 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changes in this Version
======
1.82
1.83

- support up to eight controllers on Switch
- allow faster menu navigation by holding down directions
- stop hotkeys from affecting game controls in some cases
- always allow left stick to control on screen keyboard

Description
=====
Expand Down Expand Up @@ -285,6 +285,11 @@ Compiling

CHANGELOG
=====
1.83

- stop hotkeys from affecting game controls in some cases
- always allow left stick to control on screen keyboard

1.82

- support up to eight controllers on Switch
Expand Down

0 comments on commit 3a71f16

Please sign in to comment.