mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
[Debugger] CTRL+G support in code and memory view
This commit is contained in:
@ -58,6 +58,7 @@ signals:
|
||||
void RequestPPCComparison(u32 address, bool translate_address);
|
||||
void ShowMemory(u32 address);
|
||||
void UpdateCodeWidget();
|
||||
void ActivateSearch();
|
||||
|
||||
private:
|
||||
enum class ReplaceWith
|
||||
|
Reference in New Issue
Block a user