Do not collide with the PS4 please
This commit is contained in:
parent
110b88873f
commit
b91361eed2
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ static void handle_msg(output_dev_t *const out_dev, message_t *const msg) {
|
|||
fprintf(stderr, "[ev] Unable to begin the gamepad status update: %d\n", upd_beg_res);
|
||||
}
|
||||
|
||||
if ((out_dev->logic->flags & LOGIC_FLAGS_VIRT_DS4_ENABLE) != 0) {
|
||||
if ((out_dev->logic->flags & LOGIC_FLAGS_VIRT_DS4_ENABLE) == 0) {
|
||||
emit_ev(out_dev, msg);
|
||||
}
|
||||
} else if (msg->type == MSG_TYPE_IMU) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue