scrcpy/app
Romain Vimont 7dca5078e7 Initialize controller even if there is no display
The options --no-display and --no-control are independent.

The controller was not initialized when no display was requested,
because it was assumed that no control could occur without display. But
that's not true (anymore): for example, it is possible to pass
--turn-screen-off.

Fixes #2426 <https://github.com/Genymobile/scrcpy/issues/2426>
2021-06-25 21:48:07 +02:00
..
src Initialize controller even if there is no display 2021-06-25 21:48:07 +02:00
tests Fix --lock-video-orientation syntax 2021-06-11 18:40:12 +02:00
meson.build Move log level conversion to log API 2021-06-20 16:04:18 +02:00
scrcpy.1 Add --verbosity=verbose log level 2021-06-20 12:34:19 +02:00