Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35bd9ecda3 | |||
| ca89849dd2 | |||
| ac1cb6d56b | |||
| dfbffea0fc |
+2
-2
@@ -7,8 +7,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
|
||||
versionName "9.7.5"
|
||||
versionCode = 245
|
||||
versionName "9.7.7"
|
||||
versionCode = 247
|
||||
}
|
||||
|
||||
flavorDimensions "root"
|
||||
|
||||
@@ -126,6 +126,15 @@
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="com.limelight.AppView" />
|
||||
|
||||
<!-- Special metadata for NVIDIA Shield devices to prevent input buffering
|
||||
and most importantly, opt out of mouse acceleration while streaming -->
|
||||
<meta-data
|
||||
android:name="com.nvidia.immediateInput"
|
||||
android:value="true" />
|
||||
<meta-data
|
||||
android:name="com.nvidia.rawCursorInput"
|
||||
android:value="true" />
|
||||
</activity>
|
||||
|
||||
<service
|
||||
|
||||
Submodule app/src/main/jni/moonlight-core/moonlight-common-c updated: 4f42188c1f...dbf81dcb63
@@ -0,0 +1 @@
|
||||
- Enabled raw mouse input on the Nvidia Shield TV to avoid mouse acceleration
|
||||
@@ -0,0 +1 @@
|
||||
- Fixed missing video or audio when streaming over some Internet connections
|
||||
Reference in New Issue
Block a user