Adding a goto to the memory debugger

This commit is contained in:
Anonymus Raccoon
2020-02-25 01:20:01 +01:00
parent 92d8e97fa5
commit 86a8aea538
4 changed files with 63 additions and 5 deletions
+2
View File
@@ -58,6 +58,8 @@ namespace ComSquare
public:
//! @brief Callback called when a memory tab is selected.
void changeRam(int id);
//! @brief Create a popup asking you where you want to jump to.
void gotoAddr();
explicit MemoryViewer(SNES &snes);
MemoryViewer(const MemoryViewer &) = delete;