mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 10:50:01 +00:00
Qt/Debugger: Implement "Memory" widget
This commit is contained in:
parent
5c83e18fbd
commit
95ae4b34d9
14 changed files with 1195 additions and 1 deletions
|
@ -32,6 +32,7 @@ class HotkeyScheduler;
|
|||
class LogConfigWidget;
|
||||
class LogWidget;
|
||||
class MappingWindow;
|
||||
class MemoryWidget;
|
||||
class NetPlayClient;
|
||||
class NetPlayDialog;
|
||||
class NetPlayServer;
|
||||
|
@ -174,6 +175,7 @@ private:
|
|||
CodeWidget* m_code_widget;
|
||||
LogWidget* m_log_widget;
|
||||
LogConfigWidget* m_log_config_widget;
|
||||
MemoryWidget* m_memory_widget;
|
||||
FIFOPlayerWindow* m_fifo_window;
|
||||
RegisterWidget* m_register_widget;
|
||||
WatchWidget* m_watch_widget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue