dolphin/Source/Core
Lioncash 6c326e7215 InputConfigDiag: Fix building DolphinWX on the latest MSVC
const char[1] and wxString() can both be converted to multiple common
types, so this results in an ambiguous conditional expression
compilation error (C2445)
2017-09-17 02:38:12 -04:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common DiscIO: Use Common::Lazy for loading filesystems 2017-09-15 18:57:05 +02:00
Core IOS/SSL: Show built-in cert error once per session 2017-09-16 20:43:49 +02:00
DiscIO VolumeGC: Add a default constructor for ConvertedGCBanner 2017-09-15 20:47:49 +02:00
DolphinNoGUI Core: SetOnStoppedCallback -> SetOnStateChangedCallback 2017-09-13 17:30:18 -07:00
DolphinQt2 Merge pull request #6063 from ligfx/queuemethodonobject 2017-09-16 16:46:44 +02:00
DolphinWX InputConfigDiag: Fix building DolphinWX on the latest MSVC 2017-09-17 02:38:12 -04:00
InputCommon Prevent multiple HID elements of same usage type on OSX 2017-09-15 19:19:46 +02:00
UICommon Update -d argument help message 2017-09-10 12:28:53 +02:00
VideoBackends Software/TextureSampler: const correctness 2017-09-11 20:13:47 -04:00
VideoCommon VideoBackends: Move SamplerState to common 2017-09-11 20:01:54 +10:00
CMakeLists.txt