Lots more work on making the frame aui stuff functional.
commit5c8c04b86321e6159d5b7da06b0f6277c2e053e5
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 22 Jul 2010 02:05:28 +0000 (22 02:05 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Thu, 22 Jul 2010 02:05:28 +0000 (22 02:05 +0000)
treec6c5a29df43e18c2fa31f4267025581d448bb066
parent58868855b229b37cc8e8f039e916cd66dd8535f3
Lots more work on making the frame aui stuff functional.

Also added a DSPCORE_STOP state.  The DSP-LLE debugger window segmentation faults if it is openned when a game is not running.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5931 8ced0084-cf51-0410-be5f-012b33b47a6e
33 files changed:
Source/Core/Common/Src/Plugin.cpp
Source/Core/Common/Src/Plugin.h
Source/Core/Core/Src/Core.cpp
Source/Core/Core/Src/PluginManager.cpp
Source/Core/Core/Src/PluginManager.h
Source/Core/DSPCore/Src/DSPCore.cpp
Source/Core/DSPCore/Src/DSPCore.h
Source/Core/DebuggerWX/Src/CodeWindow.h
Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp
Source/Core/DebuggerWX/Src/JitWindow.cpp
Source/Core/DebuggerWX/Src/JitWindow.h
Source/Core/DebuggerWX/Src/MemoryWindow.cpp
Source/Core/DebuggerWX/Src/MemoryWindow.h
Source/Core/DolphinWX/Src/Frame.cpp
Source/Core/DolphinWX/Src/Frame.h
Source/Core/DolphinWX/Src/FrameAui.cpp
Source/Core/DolphinWX/Src/FrameTools.cpp
Source/Core/DolphinWX/Src/Globals.h
Source/Core/DolphinWX/Src/LogWindow.cpp
Source/Core/DolphinWX/Src/LogWindow.h
Source/PluginSpecs/PluginSpecs.h
Source/Plugins/Plugin_DSP_HLE/Src/main.cpp
Source/Plugins/Plugin_DSP_LLE/Src/DSPDebugInterface.cpp
Source/Plugins/Plugin_DSP_LLE/Src/Debugger/DSPDebugWindow.cpp
Source/Plugins/Plugin_DSP_LLE/Src/main.cpp
Source/Plugins/Plugin_VideoDX11/Src/main.cpp
Source/Plugins/Plugin_VideoDX9/Src/Debugger/Debugger.h
Source/Plugins/Plugin_VideoDX9/Src/main.cpp
Source/Plugins/Plugin_VideoOGL/Src/Debugger/Debugger.h
Source/Plugins/Plugin_VideoOGL/Src/main.cpp
Source/Plugins/Plugin_VideoSoftware/Src/main.cpp
Source/Plugins/Plugin_Wiimote/Src/main.cpp
Source/Plugins/Plugin_WiimoteNew/Src/WiimoteNew.cpp