mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:31:46 +02:00
7f0203a5b0
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). |
||
---|---|---|
.. | ||
BreakpointDlg.cpp | ||
BreakpointDlg.h | ||
BreakpointView.cpp | ||
BreakpointView.h | ||
BreakpointWindow.cpp | ||
BreakpointWindow.h | ||
CodeView.cpp | ||
CodeView.h | ||
CodeWindow.cpp | ||
CodeWindow.h | ||
CodeWindowFunctions.cpp | ||
DebuggerPanel.cpp | ||
DebuggerPanel.h | ||
DebuggerUIUtil.cpp | ||
DebuggerUIUtil.h | ||
DSPDebugWindow.cpp | ||
DSPDebugWindow.h | ||
DSPRegisterView.cpp | ||
DSPRegisterView.h | ||
JitWindow.cpp | ||
JitWindow.h | ||
MemoryCheckDlg.cpp | ||
MemoryCheckDlg.h | ||
MemoryView.cpp | ||
MemoryView.h | ||
MemoryWindow.cpp | ||
MemoryWindow.h | ||
RegisterView.cpp | ||
RegisterView.h | ||
RegisterWindow.cpp | ||
RegisterWindow.h | ||
WatchView.cpp | ||
WatchView.h | ||
WatchWindow.cpp | ||
WatchWindow.h |