summaryrefslogtreecommitdiff
path: root/Data/Sys
AgeCommit message (Collapse)Author
2012-12-14Adds the Wii Korean settings file. It was handled in the wii-network branch ↵Ryan Houdek
in rev c42a6f156e2c. Master handles the settings files differently. Until wii-network merges in to master, this closes issue 5642.
2012-01-03Updated the Gecko code handler to the latest version from Gecko OS 1.9.3.1.skidau
Added a check to ensure that the number of codes fits in memory (maximum 231 codes). Store a copy of codehandler.bin in the Sys directory.
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