dolphin/Source/Core
skidau d92aad4430 Added Wiimote speaker support by hack patching out the IsBusyStream function using HLE. DSP LLE is required to process the speaker data. This commit works with real Wiimotes. I have added the code to decode the audio from the emulated wiimotes but have not added the code to output their audio to the PC speakers.
* Added HLE function IsBusyStream which signals that the Wiimote is ready to accept speaker data.  This function is not a conversion from the real PPC code.  It a simple function that returns the "ready" status after being polled.
* Added code to find and patch HLE functions on boot
* Added 4bit Yamaha ADPCM decoder from the ffmpeg project
* Removed some test code
* Added some copyright notices

Fixes issue 438.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7225 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-22 12:48:35 +00:00
..
AudioCommon revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Common revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Core Added Wiimote speaker support by hack patching out the IsBusyStream function using HLE. DSP LLE is required to process the speaker data. This commit works with real Wiimotes. I have added the code to decode the audio from the emulated wiimotes but have not added the code to output their audio to the PC speakers. 2011-02-22 12:48:35 +00:00
DiscIO revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
DolphinWX Time for a translation update. 2011-02-22 02:02:56 +00:00
InputCommon revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
VideoCommon revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00