dolphin/Source/Core
skidau 35b6e71f03 Experimental FIFO thread. Speeds up the emulator by moving FIFO to its own thread. This will work best with quad cores, though there is a noticeable improvement on my dual core.
Enable the thread by adding this line to the video plugin ini files, "User\Config\gfx_dx9.ini" and "User\Config\gfx_opengl.ini":

UseFIFOThread = True

The line should be added under the UseXFB line.

To disable the FIFO thread, use this line:

UseFIFOThread = False

If the line is not in the ini file, the default is disabled (i.e. False).

The FIFO thread causes an error when the OpenGL plugin is used.  The D3D plugin works.

Only top left quarter of the screen can be seen when rendering to main window.  The entire screen can be viewed when running in a window.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4930 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-23 12:50:56 +00:00
..
AudioCommon Nullsound killed - Fixes Issue 1082 2010-01-20 14:35:48 +00:00
Common Kill the last timeGetTime calls. 2010-01-21 21:27:52 +00:00
Core (Minor timer library code cleanup) 2010-01-21 19:55:01 +00:00
DebuggerUICommon Some clean up in io_osx.m, the if not confused me in the SConscript. I made the frames work with WX 2.9. Disabled rumble in Wiimote in OSX. Wiimote MAY work in Dolphin in OSX, not 100% sure. Made a test app and it works in that. Couldn't build a WX build of Dolphin in OSX because Macports doesn't compile in AUI apparently 2010-01-20 11:49:11 +00:00
DebuggerWX Fixed a Wx assertion in the debug builds. The JIT off menu items were being enabled when they did not exist. 2010-01-20 11:31:38 +00:00
DiscIO Fix for importing / exporting more than one save per launch 2010-01-17 03:25:42 +00:00
DolphinWX Fixes Issue 2115 2010-01-23 06:15:17 +00:00
DSPCore Better comment the writelog code 2010-01-13 11:09:20 +00:00
InputCommon Added support for X360pad rumble 2010-01-23 12:36:30 +00:00
VideoCommon Experimental FIFO thread. Speeds up the emulator by moving FIFO to its own thread. This will work best with quad cores, though there is a noticeable improvement on my dual core. 2010-01-23 12:50:56 +00:00