dolphin/Source/Core
XTra.KrazzY 3c9b5bbf7b Fixed the load-state memory leak, also fixed various other savestate issues. Found (probably) the cause of load-state crashing Dolphin: BPWrites. Tried to put a CriticalSection around BPWritten but it only causes Dolphin to hang when loading a state. Can someone find why it hangs?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3873 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-22 22:50:52 +00:00
..
AudioCommon No more SleepCurrentThreads in Command Processor. Some Fifo cleanup. 2009-07-17 22:57:02 +00:00
Common Rename scale_something to scale_invert. Plus, sneak in a tiny Thread.h change. 2009-07-19 08:24:30 +00:00
Core Fixed the load-state memory leak, also fixed various other savestate issues. Found (probably) the cause of load-state crashing Dolphin: BPWrites. Tried to put a CriticalSection around BPWritten but it only causes Dolphin to hang when loading a state. Can someone find why it hangs? 2009-07-22 22:50:52 +00:00
DSPCore DSPLLE: LD now doesn't give memory errors, still need to be tested with LDM/N and if it really takes 0x00 2009-07-22 06:28:04 +00:00
DebuggerUICommon Sorry for intruding in to the core. Fixed NoGUI mode in Linux, add back the instruction names as comments in the JIT tables, was a bit hard to find certain instructions.Trying to find a good way to get The JIT dependencies removed in a nice fashion 2009-07-13 06:34:12 +00:00
DebuggerWX apparently PCH do not like intermingling of C and C++. Solution: make these .c files build as c++ 2009-07-22 02:18:14 +00:00
DiscIO add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests 2009-07-06 02:10:26 +00:00
DolphinWX Use precompiled headers for faster build of the DebuggerWX and Dolphin projects. Fix a silly memory leak in debug text in the GL plugin. 2009-07-19 09:15:00 +00:00
InputCommon Roll back R3801. Dolphin works again. Seriously, if you're not even testing huge freaking changes like this... 2009-07-15 20:15:34 +00:00
VideoCommon Fixed the load-state memory leak, also fixed various other savestate issues. Found (probably) the cause of load-state crashing Dolphin: BPWrites. Tried to put a CriticalSection around BPWritten but it only causes Dolphin to hang when loading a state. Can someone find why it hangs? 2009-07-22 22:50:52 +00:00