mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 08:49:00 +02:00
Address more review comments
This commit is contained in:
parent
982183d4c6
commit
1e5a1d1702
8 changed files with 84 additions and 19 deletions
|
|
@ -93,6 +93,7 @@ private:
|
|||
std::vector<Relocation> m_branch_to_patch_relocations{};
|
||||
std::vector<Relocation> m_branch_to_module_relocations{};
|
||||
std::vector<Relocation> m_write_module_pc_relocations{};
|
||||
std::vector<ModuleTextAddress> m_exclusives{};
|
||||
oaknut::Label m_save_context{};
|
||||
oaknut::Label m_load_context{};
|
||||
PatchMode mode{PatchMode::None};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue