2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Morph 322339a5fd npad: Return NpadButton in GetAndResetPressState
We were previously truncating this to a u32 as there were no known buttons that used the full 64 bits of this type. Fix this now that we know they are used.
2021-11-29 19:21:51 -05:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common settings: Add debug setting to enable all controllers 2021-11-27 20:24:37 -06:00
core npad: Return NpadButton in GetAndResetPressState 2021-11-29 19:21:51 -05:00
input_common input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00
shader_recompiler
tests
video_core Merge pull request #7396 from FernandoS27/blit-this-mf 2021-11-28 12:16:31 +01:00
web_service
yuzu qt_controller: Make use of (Enable/Disable)AllControllerConfiguration 2021-11-29 19:21:50 -05:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt