Skip to content

Commit

Permalink
[Switch] fix mouse pointer getting stuck sometimes with USB mouse (fi…
Browse files Browse the repository at this point in the history
…xed in SDL)
  • Loading branch information
rsn8887 committed Jan 25, 2019
1 parent 2252434 commit f071bb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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 92)
set(VERSION_MINOR 93)

if(BUILD_PSP2)
if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
Expand Down
8 changes: 8 additions & 0 deletions README.MD
Expand Up @@ -4,6 +4,10 @@ On the Switch, since v1.84, please use nsp injection to start uae4all2, otherwis

Recent Changes
======
1.93 (Switch only)

- fix mouse pointer getting stuck sometimes when using USB mouse (fixed in SDL)

1.92

- add frameskip option back in
Expand Down Expand Up @@ -306,6 +310,10 @@ Compiling

CHANGELOG
=====
1.93 (Switch only)

- fix mouse pointer getting stuck sometimes when using USB mouse (fixed in SDL)

1.92

- add frameskip option back in
Expand Down

0 comments on commit f071bb6

Please sign in to comment.