libnx/nx/source
Lioncash ed66d29b70 hid: Correct bitwise AND for pro controllers in hidInitializeVibrationDevices()
LAYOUT_PROCONTROLLER is a value of zero, so the bitwise AND condition
here would always be false (TYPE_PROCONTROLLER, on the other hand is a
value of 1)
2018-08-07 10:50:24 -04:00
..
arm Improve atomics 2018-03-10 14:41:06 +01:00
gfx Replaced the hard-coded timeout error constant in nvgfxEventWait() with the one from result.h. This fixes an issue caused by a past commit. 2018-05-19 21:45:18 -04:00
kernel Fix semaphoreTryWait 2018-08-04 12:14:02 +02:00
runtime return through libc exit rather than __libnx_exit directly (#139) 2018-07-26 18:01:40 +02:00
services hid: Correct bitwise AND for pro controllers in hidInitializeVibrationDevices() 2018-08-07 10:50:24 -04:00
internal.h ARM cache operations 2018-01-22 20:29:49 +01:00