dolphin/Source/Core
JosJuice 1557e6ab05 Specify underlying types for enums that get casted from integers
Otherwise we might get UB if the value we cast is larger than the
max value of the underlying type that the compiled picked for the enum.

I haven't done any extensive check through Dolphin to find cases
of this, I'm just fixing the cases I already know of.
2018-01-08 12:14:18 +01:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common Require WINDOW_BIT if we have a window handle. 2017-12-29 23:20:16 -05:00
Core Don't involve host thread when booting from savestate 2018-01-05 14:14:12 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Merge pull request #6283 from JosJuice/qt-vs-launch 2018-01-05 15:34:33 +01:00
DolphinWX DolphinWX: Rewrite the logic for adding/removing games from cache 2018-01-05 19:52:14 +01:00
InputCommon Rename constructor parameters to avoid shadowing members 2017-12-19 12:05:06 +01:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
VideoBackends Standardise some enums from ALL_CAPS to CamelCase 2018-01-05 10:03:58 -08:00
VideoCommon Specify underlying types for enums that get casted from integers 2018-01-08 12:14:18 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00