mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-04 17:32:47 +00:00
[Debugger] CTRL+G support in code and memory view
This commit is contained in:
parent
1981f22228
commit
1b87ea83e6
8 changed files with 35 additions and 0 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
|
||||
void Update();
|
||||
void UpdateSymbols();
|
||||
void ActivateSearchAddress();
|
||||
signals:
|
||||
void RequestPPCComparison(u32 address, bool translate_address);
|
||||
void ShowMemory(u32 address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue