mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Debugger: Add a Network widget
Display socket table, SSL context and options
This commit is contained in:
parent
88ae4c7914
commit
5e33cd48da
14 changed files with 406 additions and 20 deletions
|
@ -235,6 +235,7 @@ private:
|
|||
QAction* m_show_watch;
|
||||
QAction* m_show_breakpoints;
|
||||
QAction* m_show_memory;
|
||||
QAction* m_show_network;
|
||||
QAction* m_show_jit;
|
||||
QMenu* m_cols_menu;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue