mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 00:35:47 +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
|
@ -36,6 +36,7 @@ public:
|
|||
|
||||
// Currently tracked NSO patches:
|
||||
// - IPS
|
||||
// - IPSwitch
|
||||
std::vector<u8> PatchNSO(const std::vector<u8>& nso) const;
|
||||
|
||||
// Checks to see if PatchNSO() will have any effect given the NSO's build ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue