dolphin/Source/Core
booto adf2ae2ac9 DSP: Add minor delay to initial AIDMA interrupt
When AIDMA begins, the first thing it does is load the source address
and length into internal registers. It then triggers the AID interrupt.
Some begin the AIDMA process without all the data necessary for the
interrupt callback being set up already - they require a few more cycles
to set it up (the delay between the DMA being set to begin and the
interrupt firing). The value of this delay was approximated by tests on real
hardware.
2014-08-13 00:20:13 +08:00
..
AudioCommon Merge pull request #724 from lioncash/mem_fn 2014-08-03 21:25:24 -07:00
Common Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
Core DSP: Add minor delay to initial AIDMA interrupt 2014-08-13 00:20:13 +08:00
DiscIO Remove fakepoll.h. 2014-07-26 22:53:40 -04:00
DolphinWX DolphinWX: Allow building both GUI and NoGUI at the same time 2014-08-06 21:38:57 -04:00
InputCommon Restore Wayland compatibility. 2014-08-04 18:26:03 +02:00
VideoBackends Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
VideoCommon VideoBackendBase: Remove unused stub Initialize implementation 2014-08-06 21:35:52 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00