dolphin/Source/Core
XTra.KrazzY 46b0fd3c96 1. TAS Groundwork: Saving the state (compression and memory dump to file) is now done on a separate thread (thread-safe). Now state saving is silent and quick.
2. When stopping, GUI doesn't let the user choose another game and effectively crash Dolphin
3. Omitted an unneeded loop in AudioCommon

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3552 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-26 22:36:44 +00:00
..
AudioCommon 1. TAS Groundwork: Saving the state (compression and memory dump to file) is now done on a separate thread (thread-safe). Now state saving is silent and quick. 2009-06-26 22:36:44 +00:00
Common Linux compile fix 2009-06-21 09:35:31 +00:00
Core 1. TAS Groundwork: Saving the state (compression and memory dump to file) is now done on a separate thread (thread-safe). Now state saving is silent and quick. 2009-06-26 22:36:44 +00:00
DebuggerUICommon New DSP debugger: step one. (not ready yet, but try loading zelda WW and look at the dsp debugger..). 2009-06-21 08:39:21 +00:00
DebuggerWX Linux compile fix 2009-06-21 09:35:31 +00:00
DiscIO MusicMod: Fixed the build 2009-06-20 11:05:52 +00:00
DolphinWX 1. TAS Groundwork: Saving the state (compression and memory dump to file) is now done on a separate thread (thread-safe). Now state saving is silent and quick. 2009-06-26 22:36:44 +00:00
DSPCore fixed copy paste error:) 2009-06-26 09:05:14 +00:00
InputCommon Add mini unit testing framework to Dolphin itself - use it to find bugs and verify the portable powerpc fp number classifier. also random cleanup. 2009-06-13 22:08:01 +00:00
VideoCommon Display buffer flips are now triggered by the CPU thread through the Video_UpdateXFB function. This is a fairly significant change of behavior, but it improves performance. 2009-06-26 08:57:53 +00:00