mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-03 02:23:49 +00:00
Adding a goto to the memory debugger
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user