dolphin/Source/Core
2009-02-23 00:15:19 +00:00
..
Common Core and Common Threads Stop and Start: Added timeout to the thread waiting loops. If we have waited more than five seconds we can be pretty sure that the thread is deadlocked. So then we can just as well continue and hope for the best. 2009-02-23 00:15:19 +00:00
Core "load symbol map" now loads <filname>.map if you booted in dol or elf mode 2009-02-22 23:36:13 +00:00
DebuggerWX Remove/cleanup some auto-"breaks" in the code. they are annoying when debugging. (jit64 hits the DSP.cpp case in animal crossing) :/ 2009-02-17 23:07:10 +00:00
DiscIO Attempt to workaround some stop hangs by using MsgWait instead of Wait. change order of dsp / video shutdown. some comments. 2009-02-22 22:49:42 +00:00
DolphinWX Core and Common Threads Stop and Start: Added timeout to the thread waiting loops. If we have waited more than five seconds we can be pretty sure that the thread is deadlocked. So then we can just as well continue and hope for the best. 2009-02-23 00:15:19 +00:00
InputCommon Core Stop and Start: Fixed stop and start again by avoiding FreeLibrary() of the OpenGL plugin, and avoiding a crash in its ShutDown() function. You need to use SETUP_FREE_PLUGIN_ON_BOOT to compile with this option that works on my system. Also, I noticed that I don't need the SETUP_AVOID_CHILD_WINDOW_RENDERING_HANG anymore, I can now delete the g_EmuThread without having it hanging in its waiting function. 2009-02-22 04:24:53 +00:00
VideoCommon Attempt to workaround some stop hangs by using MsgWait instead of Wait. change order of dsp / video shutdown. some comments. 2009-02-22 22:49:42 +00:00