dolphin/Source/Core
Niels Boehm ee9fb47c53 Fix date and time handling for custom RTC in WX.
The actual problem was combining the values from the date and time
pickers incorrectly. The uninteresting parts of the returned wxDateTime
need to be ignored and the WX documentation says so for the time picker.

I also cleaned up the handling of both widgets a bit, removing redundant
member variables in the process, in order to not risk correctness.
2017-07-07 17:12:05 +02:00
..
AudioCommon Swapped C-style arrays to std::array 2017-06-27 07:12:15 -03:00
Common OGL: Support Quad-Buffered stereoscopy. 2017-07-05 22:43:39 +02:00
Core Merge pull request #5750 from AwesomeMarioFan/master 2017-07-05 21:01:31 +02:00
DiscIO Drop unnecessary check from FileSystemGCWii::FindFileInfo 2017-07-04 20:40:32 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Merge pull request #5738 from spycrab/qt_fix_ampersand 2017-07-04 15:31:36 +02:00
DolphinWX Fix date and time handling for custom RTC in WX. 2017-07-07 17:12:05 +02:00
InputCommon Disable Background Input when Background Input is disabled 2017-06-30 16:17:29 +02:00
UICommon Make Visual Studio happy 2017-06-28 20:42:01 +02:00
VideoBackends D3DBase: Set the monoscopic flag when we don't use stereoscopy. 2017-07-05 22:43:39 +02:00
VideoCommon PixelShaderGen: Add missing inputs. 2017-07-05 22:43:39 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00