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 ca7ca2919c input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static
Its prototype declared at the top of the translation unit contains the
static qualifier, so the function itself should also contain it to make
it a proper internally linked function.
2019-06-03 16:56:47 -04:00
..
sdl input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 2019-06-03 16:56:47 -04:00
analog_from_button.cpp
analog_from_button.h
CMakeLists.txt Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +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: Remove global variables from SDL Input 2019-03-02 19:09:34 +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 motion_emu: no need to include thread in header 2017-08-19 07:21:02 +03:00