yuzu/src/core/hle/service/hid
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members
Renames the members to more accurately indicate what they signify.
"OneShot" and "Sticky" are kind of ambiguous identifiers for the reset
types, and can be kind of misleading. Automatic and Manual communicate
the kind of reset type in a clearer manner. Either the event is
automatically reset, or it isn't and must be manually cleared.

The "OneShot" and "Sticky" terminology is just a hold-over from Citra
where the kernel had a third type of event reset type known as "Pulse".
Given the Switch kernel only has two forms of event reset types, we
don't need to keep the old terminology around anymore.
2019-05-18 15:52:51 -04:00
..
controllers core/kernel/object: Rename ResetType enum members 2019-05-18 15:52:51 -04:00
hid.cpp service: Update service function tables 2019-04-11 02:47:00 -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