mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 17:58:34 +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
|
@ -58,6 +58,7 @@ signals:
|
|||
void RequestPPCComparison(u32 address, bool translate_address);
|
||||
void ShowMemory(u32 address);
|
||||
void UpdateCodeWidget();
|
||||
void ActivateSearch();
|
||||
|
||||
private:
|
||||
enum class ReplaceWith
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue