dolphin/Source/Core
aldelaro5 224a9426db
Fix the Wii epoch and make the IPL.CB 0 by default
It was off by about 8 years because it was actually the same as the GC epoch, however, the reason it worked all this time was because the default RTC counter bias of the Wii was not 0, but a value that is about 8 years in seconds.  This broke custom RTC as a custom RTC of the gc epoch was underflowing b ecause the wii epoch was thought to be much later.
2018-05-09 02:45:56 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common x64Emitter: Use an enum class to represent FixupBranch branch types 2018-05-06 22:05:03 -04:00
Core Fix the Wii epoch and make the IPL.CB 0 by default 2018-05-09 02:45:56 -04:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Merge pull request #6763 from spycrab/qt_fix_prog 2018-05-07 09:59:32 -07:00
DolphinWX PowerPC: Make the PowerPCState's fpscr member variable a UReg_FPSCR instance 2018-05-06 18:46:52 -04:00
InputCommon Merge pull request #6564 from JosJuice/translate-certain-button-names 2018-04-14 23:20:39 +02:00
UICommon UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends OGL: Fix broken format changes in i965 driver 2018-05-08 00:11:27 +10:00
VideoCommon Merge pull request #6744 from stenzek/ui-disable-vram-copies 2018-05-04 12:01:29 +10:00
CMakeLists.txt