mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 16:55:40 -04:00
Qt/CheatManager: Add manual watch address
This commit is contained in:
@ -60,7 +60,6 @@ private:
|
||||
void setMemoryViewRegion(Bus::MemoryRegion region);
|
||||
void toggleBreakpoint(VirtualMemoryAddress address);
|
||||
void clearBreakpoints();
|
||||
std::optional<VirtualMemoryAddress> promptForAddress(const QString& label);
|
||||
std::optional<VirtualMemoryAddress> getSelectedCodeAddress();
|
||||
bool tryFollowLoadStore(VirtualMemoryAddress address);
|
||||
void scrollToCodeAddress(VirtualMemoryAddress address);
|
||||
|
Reference in New Issue
Block a user