dolphin/Source/Core
skidau 86b6dfe4b3 Added a instant ARAM DMA mode which is enabled automatically when required.
Detects a situation where the game is writing to the dcache at the address being DMA'd. As we do not have dcache emulation, invalid data is being DMA'd causing audio glitches. The following code detects this and enables the DMA to complete instantly before the invalid data is written.
Added accurate ARAM DMA transfer timing.
Removed the addition of DSP exception checking.
2014-09-27 20:47:29 +10:00
..
AudioCommon Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Common Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
Core Added a instant ARAM DMA mode which is enabled automatically when required. 2014-09-27 20:47:29 +10:00
DiscIO Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX Merge pull request #1148 from lioncash/typo 2014-09-25 13:49:39 +10:00
InputCommon Fix building Dolphin on OSX without precompiled headers 2014-09-21 00:37:47 -04:00
VideoBackends Merge pull request #1142 from lioncash/linucks 2014-09-23 13:43:18 +10:00
VideoCommon Added a xf.numtexgen != bp.numtextgen error log if there is a mismatch detected. 2014-09-24 10:46:09 +10:00
CMakeLists.txt DolphinQt: initial commit. 2014-09-15 15:06:05 -07:00