mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Gekko constistancy changes. Add context item to codeview to show or copy a load/store target memory address from instructions at or near PC when paused.
This commit is contained in:
parent
58c02e6b85
commit
53cf78d413
7 changed files with 149 additions and 56 deletions
|
@ -70,7 +70,9 @@ private:
|
|||
|
||||
void OnFollowBranch();
|
||||
void OnCopyAddress();
|
||||
void OnCopyTargetAddress();
|
||||
void OnShowInMemory();
|
||||
void OnShowTargetInMemory();
|
||||
void OnCopyFunction();
|
||||
void OnCopyCode();
|
||||
void OnCopyHex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue