mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-07 09:31:40 +00:00
Revert "Disable broken options on Android 14"
This reverts commit d62fa8880e
.
These options will be reimplemented differently.
Refs #4011 <https://github.com/Genymobile/scrcpy/issues/4011>
Refs #4162 <https://github.com/Genymobile/scrcpy/issues/4162>
PR #5455 <https://github.com/Genymobile/scrcpy/pull/5455>
This commit is contained in:
parent
2a04858a22
commit
89518f49ad
6 changed files with 3 additions and 29 deletions
|
@ -134,8 +134,6 @@ enum sc_lock_video_orientation {
|
|||
SC_LOCK_VIDEO_ORIENTATION_UNLOCKED = -1,
|
||||
// lock the current orientation when scrcpy starts
|
||||
SC_LOCK_VIDEO_ORIENTATION_INITIAL = -2,
|
||||
// like SC_LOCK_VIDEO_ORIENTATION_INITIAL, but set automatically
|
||||
SC_LOCK_VIDEO_ORIENTATION_INITIAL_AUTO = -3,
|
||||
SC_LOCK_VIDEO_ORIENTATION_0 = 0,
|
||||
SC_LOCK_VIDEO_ORIENTATION_90 = 3,
|
||||
SC_LOCK_VIDEO_ORIENTATION_180 = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue