Version 12.0.1

This commit is contained in:
Cameron Gutman 2023-10-17 22:39:49 -05:00
parent 26f8c0842e
commit abc4123c52
2 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
minSdk 16
targetSdk 34
versionName "12.0"
versionCode = 311
versionName "12.0.1"
versionCode = 312
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'

View File

@ -0,0 +1,5 @@
- Added Select+L1 gamepad button combo to act as the touchpad button when emulating a PS4 controller using built-in device motion sensors
- Disabled gamepad motion sensors by default on Android 12 as a workaround for an Android 12 bug that randomly crashes Moonlight
- Fixed analog sticks not centering properly in rare cases
- Adjusted bitrate handling of AV1 to be consistent with HEVC
- Fixed handling of some unusual H.264 and HEVC streams