yuzu/src/input_common/sdl
Lioncash b46e615551 input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling
The deleter can just be set in the constructor and maintained throughout
the lifetime of the object.

If a contained pointer is null, then the deleter won't execute, so this
is safe to do. We don't need to swap it out with a version of a deleter
that does nothing.
2019-06-03 16:56:46 -04:00
..
sdl.cpp Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
sdl.h input_common/sdl: Remove unused header includes and forward declarations 2019-06-03 16:56:42 -04:00
sdl_impl.cpp input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 2019-06-03 16:56:46 -04:00
sdl_impl.h input_common/sdl: Remove unused header includes and forward declarations 2019-06-03 16:56:42 -04:00