yuzu/src/input_common
Lioncash 8265c167d3 input_common/helpers: Mark analog property structs members as static constexpr
These are const with no dependency on any other data members, so we can
make these static constexpr to reduce the overall object size.
2022-11-28 10:10:37 -05:00
..
drivers general: Address review comments 2022-11-13 17:13:43 -06:00
helpers input_common/helpers: Mark analog property structs members as static constexpr 2022-11-28 10:10:37 -05:00
CMakeLists.txt CMakeLists: Remove redundant warnings 2022-10-22 15:02:04 -04:00
input_engine.cpp input_common: Create virtual amiibo driver 2022-10-02 12:32:26 -05:00
input_engine.h input_common: Add amiibo applet functions 2022-11-13 10:56:54 -06:00
input_mapping.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
input_mapping.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
input_poller.cpp core: hid: Implement true multitouch support 2022-11-19 08:44:33 -06:00
input_poller.h input_common: Enable virtual amiibo driver 2022-10-02 12:32:26 -05:00
main.cpp yuzu-cmd: Fix input callback crash on close 2022-11-27 10:53:22 -06:00
main.h input_common: Enable virtual amiibo driver 2022-10-02 12:32:26 -05:00