Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe704af62f | |||
| e74517543d |
+2
-2
@@ -9,8 +9,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
|
||||
versionName "9.8.5"
|
||||
versionCode = 256
|
||||
versionName "9.8.6"
|
||||
versionCode = 257
|
||||
}
|
||||
|
||||
flavorDimensions "root"
|
||||
|
||||
@@ -1615,6 +1615,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
break;
|
||||
|
||||
case MoonBridge.ML_ERROR_UNEXPECTED_EARLY_TERMINATION:
|
||||
case MoonBridge.ML_ERROR_PROTECTED_CONTENT:
|
||||
message = getResources().getString(R.string.early_termination_error);
|
||||
break;
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ public class MoonBridge {
|
||||
public static final int ML_ERROR_NO_VIDEO_TRAFFIC = -100;
|
||||
public static final int ML_ERROR_NO_VIDEO_FRAME = -101;
|
||||
public static final int ML_ERROR_UNEXPECTED_EARLY_TERMINATION = -102;
|
||||
public static final int ML_ERROR_PROTECTED_CONTENT = -103;
|
||||
|
||||
public static final int ML_PORT_INDEX_TCP_47984 = 0;
|
||||
public static final int ML_PORT_INDEX_TCP_47989 = 1;
|
||||
|
||||
Submodule app/src/main/jni/moonlight-core/moonlight-common-c updated: b528867466...5782246b30
@@ -0,0 +1 @@
|
||||
- Initial compatibility with GeForce Experience 3.22
|
||||
Reference in New Issue
Block a user