dolphin/Source/Core/InputCommon/ControllerInterface/SDL
Joshua Vandaële e89107cbcd
CheckAndAddWarning: Enforce explicitely marked warnings as errors
I replaced the previous usage of `check_and_add_flag` with a new `check_and_add_warning` function. Certain warnings are also now errors by default. Those are mainly warnings that show and sneak up commonly but are quick to fix.
2025-05-23 01:05:38 +02:00
..
SDL.cpp InputCommon: Move SDL Device class into its own cpp/h files. 2025-03-30 23:23:06 -05:00
SDL.h SDL: Move class definition out of header. 2024-03-14 23:43:58 -05:00
SDLGamepad.cpp CheckAndAddWarning: Enforce explicitely marked warnings as errors 2025-05-23 01:05:38 +02:00
SDLGamepad.h SDL: Check if touchpad exists before getting input 2025-05-02 17:21:42 -07:00