Added set base address function to hex editor

This resolves #19
This commit is contained in:
WerWolv
2021-01-11 13:50:04 +01:00
parent a09aec032f
commit 14adcc0e51
6 changed files with 45 additions and 18 deletions

View File

@@ -45,6 +45,8 @@ namespace hex {
s64 m_gotoAddress = 0;
char m_baseAddressBuffer[0x20] = { 0 };
std::vector<u8> m_dataToSave;
std::string m_loaderScriptScriptPath;