mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Warning fixes. (#15877)
This commit is contained in:
parent
e7a01dbf67
commit
c42498e531
@ -3291,13 +3291,13 @@ static int udev_input_add_device(udev_input_t *udev,
|
||||
device->mouse.y_max = absinfo.maximum;
|
||||
}
|
||||
|
||||
#ifdef UDEV_TOUCH_SUPPORT
|
||||
if (touch)
|
||||
{
|
||||
#ifdef UDEV_TOUCH_SUPPORT
|
||||
udev_init_touch_dev(device);
|
||||
udev_sync_touch(device);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if (!mouse)
|
||||
goto end;
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <QDir>
|
||||
#include <QHash>
|
||||
#include <QApplication>
|
||||
#include <QProgressDialog>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user