2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/input_common
Lioncash 881408445a input_common/udp: Silence -Wreorder warning for Socket
Amends the constructor initializer list to specify the order of its
elements in the same order that initialization would occur.
2020-02-03 09:15:32 -05:00
..
sdl Moved analog direction logic to sdl_impl 2020-01-15 11:25:15 +01:00
udp input_common/udp: Silence -Wreorder warning for Socket 2020-02-03 09:15:32 -05:00
analog_from_button.cpp
analog_from_button.h
CMakeLists.txt Input: UDP Client to provide motion and touch controls 2020-01-23 20:55:26 +01:00
keyboard.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
keyboard.h
main.cpp Input: UDP Client to provide motion and touch controls 2020-01-23 20:55:26 +01:00
main.h Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
motion_emu.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
motion_emu.h