dolphin/Source/Core
magumagu 3afa17f752 Move audio handling out of DSP emulation.
This is good for a couple of reasons: one, it gets rid of duplicated code,
and two, DSP emulation shouldn't need to interact with audio in the first
place.
2014-03-29 11:19:32 -07:00
..
AudioCommon Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
Common Compute stack usage correctly in ABI_CallFunctionPC. 2014-03-25 20:48:25 -07:00
Core Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
DiscIO Fix a crash that got recently introduced. 2014-03-23 22:29:30 -05:00
DolphinWX Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
InputCommon Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
VideoBackends Software renderer: Properly calculate tev combiner output. 2014-03-26 00:23:58 +01:00
VideoCommon Merge pull request #193 from neobrain/tev_combiner_fixes 2014-03-26 10:05:46 +01:00
CMakeLists.txt