mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-12 19:19:04 +00:00
Move device-related code to device.c
Move the code to read the initial device info from scrcpy.c to a separate file, device.c.
This commit is contained in:
parent
28c5cc030b
commit
3b06e7d500
4 changed files with 33 additions and 19 deletions
|
@ -7,6 +7,7 @@ src = [
|
|||
'src/controller.c',
|
||||
'src/convert.c',
|
||||
'src/decoder.c',
|
||||
'src/device.c',
|
||||
'src/frames.c',
|
||||
'src/lockutil.c',
|
||||
'src/netutil.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue