From f5fc1fb24ef7cd00a49810d9f070d9d0b327f9a7 Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Fri, 9 Sep 2022 19:26:21 +0200 Subject: [PATCH] Fix build --- input/connect/connect_ps4.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/input/connect/connect_ps4.c b/input/connect/connect_ps4.c index a8cef4dca3..d64ab7fb52 100644 --- a/input/connect/connect_ps4.c +++ b/input/connect/connect_ps4.c @@ -144,10 +144,6 @@ static void* hidpad_ps4_init(void *data, uint32_t slot, hid_driver_t *driver) device->connection = connection; device->driver = driver; device->slot = slot; - driver->motors[0] = 0; - driver->motors[1] = 0; - driver->data = 0; - driver->have_led = false; #if 0 /* TODO - unsure of this */