summaryrefslogtreecommitdiff
path: root/Data/Sys
AgeCommit message (Collapse)Author
2011-03-02Fix the wiimote speaker problem in the core and remove the HLE patch for it.Shawn Hoffman
Real wiimote tested on windows, untested but should work on linux, dunno about osx. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7272 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-22Added Wiimote speaker support by hack patching out the IsBusyStream function ↵skidau
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
2008-11-04added files and svn ignore settings to the new file structureShawn Hoffman
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1069 8ced0084-cf51-0410-be5f-012b33b47a6e