yuzu/src/core/hle/service/am/applets
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
..
applets.cpp core/kernel/object: Rename ResetType enum members 2019-05-18 15:52:51 -04:00
applets.h applets: Add AppletManager class to control lifetime 2019-04-17 11:35:24 -04:00
error.cpp web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
error.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
general_backend.cpp web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
general_backend.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
profile_select.cpp applets: Port current applets to take frontend in constructor 2019-04-17 11:35:24 -04:00
profile_select.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
software_keyboard.cpp applets: Port current applets to take frontend in constructor 2019-04-17 11:35:24 -04:00
software_keyboard.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
web_browser.cpp web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
web_browser.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00