Version 9.7.5

This commit is contained in:
Cameron Gutman 2020-10-19 23:10:22 -05:00
parent 91d739f8d6
commit 7ae9c993f1
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionName "9.7.4"
versionCode = 244
versionName "9.7.5"
versionCode = 245
}
flavorDimensions "root"

View File

@ -0,0 +1,3 @@
- Gamepad button combos to emulate missing Select and Guide buttons have been reintroduced
- For gamepads without a Select button, LB+Start will trigger the Select button and RB+Start will trigger the Guide button
- For gamepads with a Select button, Start+Select will trigger the Guide button