mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-03 16:25:28 +00:00
Version 12.0.1
This commit is contained in:
parent
26f8c0842e
commit
abc4123c52
@ -11,8 +11,8 @@ android {
|
|||||||
minSdk 16
|
minSdk 16
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
|
|
||||||
versionName "12.0"
|
versionName "12.0.1"
|
||||||
versionCode = 311
|
versionCode = 312
|
||||||
|
|
||||||
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
|
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
|
||||||
ndk.debugSymbolLevel = 'FULL'
|
ndk.debugSymbolLevel = 'FULL'
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/312.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/312.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user