dolphin/Source/Core
JosJuice 3fdae38e26 Use correct GetTicksPerSecond() value in IPC delays
The constant IPC_DEFAULT_DELAY used a value from GetTicksPerSecond(),
which in turn uses a value from CPU_CORE_CLOCK... but CPU_CORE_CLOCK
isn't actually a constant! It's first initialized to 486 MHz and then
changed to 729 MHz in SystemTimers::PreInit if emulating a Wii. This
means that the IPC delays always used 486 MHz and thus were wrong.
To fix this, the IPC reply constants are changed to functions.
2015-09-23 18:02:09 +02:00
..
AudioCommon Merge pull request #3026 from lioncash/constexpr 2015-09-12 02:28:38 -04:00
Common EGL: Don't depend on VideoCommon or Core 2015-09-22 00:36:48 +12:00
Core Use correct GetTicksPerSecond() value in IPC delays 2015-09-23 18:02:09 +02:00
DiscIO Merge pull request #2829 from JosJuice/fix-wii-fst-size-2 2015-09-12 00:50:00 -04:00
DolphinQt Merge pull request #2993 from JosJuice/dol-elf-qt 2015-09-12 00:38:51 -04:00
DolphinWX Remove odd way of getting ID in ISOProperties 2015-09-21 17:46:05 +02:00
InputCommon ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX 2015-09-17 15:15:15 -04:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends EGL: Don't depend on VideoCommon or Core 2015-09-22 00:36:48 +12:00
VideoCommon FifoRecorder: Use Video Common to record efb2ram correctly. 2015-09-22 23:59:16 +12:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00