yuzu/src/input_common/sdl
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
sdl_impl.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
sdl_impl.h input_common/sdl/sdl_impl: Move documentation comments to header where applicable 2019-06-03 16:56: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: Remove unused header includes and forward declarations 2019-06-03 16:56:42 -04:00