mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Merge pull request #6386 from spycrab/qt_dbg_code
Qt/Debugger: Implement "Code" widget
This commit is contained in:
commit
1c3cc26d19
21 changed files with 1695 additions and 12 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
class BreakpointWidget;
|
||||
struct BootParameters;
|
||||
class CodeWidget;
|
||||
class FIFOPlayerWindow;
|
||||
class HotkeyScheduler;
|
||||
class LogConfigWidget;
|
||||
|
@ -157,6 +158,7 @@ private:
|
|||
std::array<WiiTASInputWindow*, num_wii_controllers> m_wii_tas_input_windows{};
|
||||
|
||||
BreakpointWidget* m_breakpoint_widget;
|
||||
CodeWidget* m_code_widget;
|
||||
LogWidget* m_log_widget;
|
||||
LogConfigWidget* m_log_config_widget;
|
||||
FIFOPlayerWindow* m_fifo_window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue