libnx/nx/source
Lioncash 12a473ecbe 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-09 14:53:26 +02: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 Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
runtime C11 threads: enable preemptive scheduler and load balancing 2018-08-06 17:59:51 +02:00
services hid: Correct bitwise AND for pro controllers in hidInitializeVibrationDevices() 2018-08-09 14:53:26 +02:00
internal.h ARM cache operations 2018-01-22 20:29:49 +01:00