dolphin-emulator/Source/Core
Lioncash 5c3fecc8e5 DolphinWX: Add missing breaks to a switch in RegisterView
Technically the fallthrough would never happen, as the row numbers correspond to the grid view (which will always be zero or greater). However, it gets rid of compiler warnings on higher warning levels.
2015-05-23 22:16:39 -04:00
..
AudioCommon AlsaSoundStream: Use an enum class for signifying ALSA thread state 2015-05-11 01:56:01 -04:00
Common XEmitter: fix L bit in VEX prefix 2015-05-20 09:34:27 +02:00
Core WII_IPC_HLE_Device_net: Fix a leak with getaddrinfo 2015-05-22 13:15:27 -04:00
DiscIO WiiWad: Use correct form of delete for arrays 2015-05-22 17:52:54 -04:00
DolphinQt Core: Remove some header inclusions in header files 2015-05-08 22:38:59 -04:00
DolphinWX DolphinWX: Add missing breaks to a switch in RegisterView 2015-05-23 22:16:39 -04:00
InputCommon ExpressionParser: Add missing break in UnaryExpression value setting 2015-05-22 15:02:22 -04:00
UICommon Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
VideoBackends Merge pull request #2410 from lioncash/swatomic 2015-05-22 14:11:16 +02:00
VideoCommon VideoBackends: Clamp depth to uint24 range. 2015-05-18 23:22:28 +02:00
CMakeLists.txt