dolphin/Source/Core/DolphinWX/Debugger
Lioncash 7f0203a5b0 Frame: Make TAS dialogs private
Amends the TAS callbacks to internally store functions using
std::function instead of raw function pointers. This allows binding
extra contextual state via lambda functions, as well as keeping the
dialogs internal to the main frame (on top of being a more flexible
interface).
2017-04-02 04:11:47 -04:00
..
BreakpointDlg.cpp
BreakpointDlg.h
BreakpointView.cpp
BreakpointView.h
BreakpointWindow.cpp
BreakpointWindow.h
CodeView.cpp
CodeView.h
CodeWindow.cpp JitInterface: Convert includes into forward declarations where applicable 2017-03-02 13:20:29 -05:00
CodeWindow.h
CodeWindowFunctions.cpp Frame: Make TAS dialogs private 2017-04-02 04:11:47 -04:00
DebuggerPanel.cpp Unify the way of setting game ID, title ID, revision 2017-03-09 15:34:14 +01:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp DSPCore: Convert the DSPCoreState enum into an enum class 2017-02-06 11:47:19 -05:00
DSPDebugWindow.h
DSPRegisterView.cpp
DSPRegisterView.h
JitWindow.cpp UICommon: Make GetNewDisassembler() return a unique_ptr 2017-03-02 21:26:17 -05:00
JitWindow.h
MemoryCheckDlg.cpp
MemoryCheckDlg.h
MemoryView.cpp Fix memory breakpoint when checking the middle of the data 2017-03-18 22:48:57 -04:00
MemoryView.h
MemoryWindow.cpp
MemoryWindow.h
RegisterView.cpp
RegisterView.h
RegisterWindow.cpp
RegisterWindow.h
WatchView.cpp
WatchView.h
WatchWindow.cpp
WatchWindow.h