You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
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.
6 years ago
..
audio_core core/core_timing: Make callback parameters consistent 6 years ago
common common/zstd_compression: Remove #pragma once directive from source file 6 years ago
core core/kernel/object: Rename ResetType enum members 6 years ago
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
tests kernel: Handle page table switching within MakeCurrentProcess() 6 years ago
video_core Merge pull request #2462 from lioncash/video-mm 6 years ago
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
yuzu core/kernel/object: Rename ResetType enum members 6 years ago
yuzu_cmd Merge pull request #2424 from FernandoS27/compat 6 years ago
.clang-format
CMakeLists.txt Merge pull request #2460 from lioncash/volatile 6 years ago