dolphin/Source/Core
Michael Maltese 0767c3d94d DiscIO: add empty UNKNOWN_REGION case (fixes warning)
Fixes warning:

```
dolphin/Source/Core/DiscIO/Enums.cpp:171:11: warning: enumeration value 'UNKNOWN_REGION' not handled in switch [-Wswitch]
  switch (GetSysMenuRegion(title_version))
          ^
```
2017-03-23 20:14:11 -07:00
..
AudioCommon Merge pull request #4548 from stenzek/gcc-sse 2017-03-13 14:28:01 +01:00
Common Arm64Emitter: Get rid of pointer casts in PoisonMemory 2017-03-23 07:10:21 -04:00
Core ARDecrypt: const correctness 2017-03-22 20:35:00 -04:00
DiscIO DiscIO: add empty UNKNOWN_REGION case (fixes warning) 2017-03-23 20:14:11 -07:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX GeckoCodeConfig: Return vector by value for LoadCodes() 2017-03-21 16:58:13 -04:00
InputCommon Merge pull request #4856 from ligfx/backgroundinput 2017-03-19 22:31:30 -07:00
UICommon UICommon: Don't print --version option twice 2017-03-21 22:29:01 +01:00
VideoBackends OGL: Fix texture_type checks in CreateTexture 2017-03-17 23:53:56 +01:00
VideoCommon Merge pull request #5138 from lioncash/init 2017-03-23 15:15:32 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00