suyu/src/core/hle/service/hid
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent
In some cases, our callbacks were using s64 as a parameter, and in other
cases, they were using an int, which is inconsistent.

To make all callbacks consistent, we can just use an s64 as the type for
late cycles, given it gets rid of the need to cast internally.

While we're at it, also resolve some signed/unsigned conversions that
were occurring related to the callback registration.
2019-03-24 18:12:17 -04:00
..
controllers Merge pull request #2090 from FearlessTobi/port-4599 2019-03-20 23:44:20 -04:00
hid.cpp core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
hid.h core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
irs.cpp core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
irs.h Stubbed IRS (#1349) 2018-09-23 22:33:29 -04:00
xcd.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
xcd.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00