dolphin/Source/Core
JosJuice 51a7150990 Fix DolphinWX build issue
I'm not sure why this hasn't popped up as an error on the buildbots,
but the build fails on my new install of VS2017. The error is C2445:
result type of conditional expression is ambiguous: types 'wxString'
and 'const char [1]' can be converted to multiple common types
2017-08-22 13:35:20 +02:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Revert "Try to fix File::Copy with non-1024-byte aligned sizes" 2017-08-21 18:29:58 +02:00
Core Merge pull request #5904 from leoetlino/indirect-include 2017-08-20 19:59:53 -04:00
DiscIO Merge pull request #5746 from leoetlino/disc-updates 2017-08-16 19:02:42 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #5950 from ligfx/gamelistmodelfilenamefallback 2017-08-20 23:29:27 +02:00
DolphinWX Fix DolphinWX build issue 2017-08-22 13:35:20 +02:00
InputCommon Merge pull request #5742 from ToadKing/fix-bad-controllers 2017-08-17 03:42:02 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
VideoCommon VideoCommon: Fix bug #10464 (RA4 format not handled in TextureDecoder) 2017-08-21 10:22:15 -07:00
CMakeLists.txt