mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Debugger: Add a Network widget
Display socket table, SSL context and options
This commit is contained in:
@ -126,6 +126,8 @@ public:
|
||||
bool IsCodeVisible() const;
|
||||
void SetMemoryVisible(bool enabled);
|
||||
bool IsMemoryVisible() const;
|
||||
void SetNetworkVisible(bool enabled);
|
||||
bool IsNetworkVisible() const;
|
||||
void SetJITVisible(bool enabled);
|
||||
bool IsJITVisible() const;
|
||||
QFont GetDebugFont() const;
|
||||
@ -168,6 +170,7 @@ signals:
|
||||
void BreakpointsVisibilityChanged(bool visible);
|
||||
void CodeVisibilityChanged(bool visible);
|
||||
void MemoryVisibilityChanged(bool visible);
|
||||
void NetworkVisibilityChanged(bool visible);
|
||||
void JITVisibilityChanged(bool visible);
|
||||
void DebugModeToggled(bool enabled);
|
||||
void DebugFontChanged(QFont font);
|
||||
|
Reference in New Issue
Block a user