mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 11:17:49 +00:00
ips_layer: Add support for escape sequences and midline comments
More accurately follows IPSwitch specification.
This commit is contained in:
parent
b571894b46
commit
8593274f69
3 changed files with 41 additions and 8 deletions
|
@ -34,8 +34,9 @@ private:
|
|||
std::vector<IPSwitchPatch> patches;
|
||||
std::array<u8, 0x20> nso_build_id;
|
||||
bool is_little_endian;
|
||||
u64 offset_shift;
|
||||
s64 offset_shift;
|
||||
bool print_values;
|
||||
std::string last_comment;
|
||||
};
|
||||
|
||||
} // namespace FileSys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue