mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Debugger MemoryViewWidget: fixed, tighter spacing
This commit is contained in:
@ -35,6 +35,7 @@ public:
|
||||
explicit MemoryViewWidget(QWidget* parent = nullptr);
|
||||
|
||||
void Update();
|
||||
void UpdateFont();
|
||||
void ToggleBreakpoint();
|
||||
void ToggleRowBreakpoint(bool row);
|
||||
|
||||
@ -69,4 +70,6 @@ private:
|
||||
bool m_do_log = true;
|
||||
u32 m_context_address;
|
||||
u32 m_address = 0;
|
||||
int m_font_width = 0;
|
||||
int m_font_vspace = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user