Added begin, current and end goto offset modes

This commit is contained in:
WerWolv
2020-11-19 23:24:34 +01:00
parent 6a815d5ebb
commit f748b75a19
2 changed files with 50 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ namespace hex {
std::vector<std::pair<u64, u64>> m_lastStringSearch;
std::vector<std::pair<u64, u64>> m_lastHexSearch;
u64 m_gotoAddress = 0;
s64 m_gotoAddress = 0;
void drawSearchPopup();