mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2026-01-21 05:41:34 +01:00
The InputInterpreter class interfaces with HID to retrieve button press states. Input is intended to be polled every 50ms so that a button is considered to be held down after 400ms has elapsed since the initial button press and subsequent repeated presses occur every 50ms. Co-authored-by: Chloe <25727384+ogniK5377@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| crypto | ||
| file_sys | ||
| frontend | ||
| hle | ||
| loader | ||
| memory | ||
| network | ||
| tools | ||
| CMakeLists.txt | ||
| constants.cpp | ||
| constants.h | ||
| core_timing_util.cpp | ||
| core_timing_util.h | ||
| core_timing.cpp | ||
| core_timing.h | ||
| core.cpp | ||
| core.h | ||
| cpu_manager.cpp | ||
| cpu_manager.h | ||
| device_memory.cpp | ||
| device_memory.h | ||
| hardware_interrupt_manager.cpp | ||
| hardware_interrupt_manager.h | ||
| hardware_properties.h | ||
| memory.cpp | ||
| memory.h | ||
| perf_stats.cpp | ||
| perf_stats.h | ||
| reporter.cpp | ||
| reporter.h | ||
| settings.cpp | ||
| settings.h | ||
| telemetry_session.cpp | ||
| telemetry_session.h | ||