mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/MemoryWidget: Allow operating on columns
This commit is contained in:
@ -32,6 +32,7 @@ public:
|
||||
|
||||
void Update();
|
||||
void ToggleBreakpoint();
|
||||
void ToggleRowBreakpoint(bool row);
|
||||
|
||||
void SetType(Type type);
|
||||
void SetBPType(BPType type);
|
||||
|
Reference in New Issue
Block a user