yuzu/src/input_common/sdl
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-01 12:53:47 -04:00
..
sdl.cpp Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
sdl.h input_common/sdl: Correct return values within implementations of GetPollers() 2019-03-18 11:40:38 -04:00
sdl_impl.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
sdl_impl.h input_common/sdl: Use a type alias to shorten declaration of GetPollers 2019-03-18 11:40:35 -04:00