mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-08 00:59:47 +00:00
Fix errors caused by improperly done rebase
This commit is contained in:
parent
1a983486af
commit
9616c1daff
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ input_manager_process_controller_device(struct input_manager *im,
|
|||
}
|
||||
|
||||
struct control_msg msg;
|
||||
msg.type = CONTROL_MSG_TYPE_INJECT_GAME_CONTROLLER_DEVICE;
|
||||
msg.type = SC_CONTROL_MSG_TYPE_INJECT_GAME_CONTROLLER_DEVICE;
|
||||
msg.inject_game_controller_device.id = id;
|
||||
msg.inject_game_controller_device.event = event->type;
|
||||
msg.inject_game_controller_device.event -= SDL_CONTROLLERDEVICEADDED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue