dolphin/Source/Core
pierre 26a3a9400b Core/Core/HW: Give small amounts of time to the dsp whenever the ppc
reads the high bits from the mailbox registers. It is probably waiting for
the dsp to read the data from the cpu-to-dsp mailbox or for the dsp to
write to the dsp-to-cpu mailbox.

This about removes DSP::Read16 from lle profiles where it previously used
up to 2% of all system time. Also speeds up games quiet a bit.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6719 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-02 00:16:13 +00:00
..
AudioCommon Fix for r6707. Looks like I tried to do some invalid 16 bit addressing. 2011-01-01 19:55:03 +00:00
Common Use abspath when deleting the old Source..svnrev.h. 2011-01-01 22:47:29 +00:00
Core Core/Core/HW: Give small amounts of time to the dsp whenever the ppc 2011-01-02 00:16:13 +00:00
DSPCore Avoid shadowing variables. 2011-01-01 20:00:03 +00:00
DebuggerUICommon We effectively only have a single namespace for private header files, 2010-12-05 15:28:31 +00:00
DebuggerWX Earlier versions of wxWidgets do not implicitly include <wx/wx.h>. 2010-12-05 15:36:08 +00:00
DiscIO Set native eol-style on some recently added files. 2011-01-01 21:09:56 +00:00
DolphinWX A few details missed in the last commit. 2010-12-31 03:08:22 +00:00
InputCommon Implement free look on linux. Patch due to artart78. 2010-12-21 23:58:25 +00:00
InputUICommon Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though. 2010-11-01 15:47:02 +00:00
VideoCommon Use the public svn_rev_str for the kernel.bin header instead of 2011-01-01 21:08:30 +00:00
VideoUICommon Implement pixel data reinterpretation on EFB format change. 2010-12-27 21:56:20 +00:00
CMakeLists.txt Remove wiiuse, and use our own code. Works on linux and windows. On OSX it should compile, but I don't know about functionality. Even on linux and windows I can't promise this is bug free (wiiuse certainly wasn't). Please report issues as you find them for all platforms. 2010-12-31 02:10:07 +00:00