mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +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
|
@ -34,6 +34,7 @@ class MemoryWidget;
|
|||
class MenuBar;
|
||||
class NetPlayDialog;
|
||||
class NetPlaySetupDialog;
|
||||
class NetworkWidget;
|
||||
class RegisterWidget;
|
||||
class RenderWidget;
|
||||
class SearchBar;
|
||||
|
@ -225,6 +226,7 @@ private:
|
|||
LogWidget* m_log_widget;
|
||||
LogConfigWidget* m_log_config_widget;
|
||||
MemoryWidget* m_memory_widget;
|
||||
NetworkWidget* m_network_widget;
|
||||
RegisterWidget* m_register_widget;
|
||||
WatchWidget* m_watch_widget;
|
||||
CheatsManager* m_cheats_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue