aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/ips_layer.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-10-01 08:31:34 -0400
committerZach Hilman <zachhilman@gmail.com>2018-10-04 11:34:30 -0400
commit9669cdb710e3242b7c0b705ea613587d36f79e00 (patch)
tree35f69b6a9679f7f7309b3b7305a954778b8592d3 /src/core/file_sys/ips_layer.h
parent8886f2e55ef7a1acc5dab613c42cce8022fae996 (diff)
ips_layer: Add support for escape sequences and midline comments
More accurately follows IPSwitch specification.
Diffstat (limited to 'src/core/file_sys/ips_layer.h')
-rw-r--r--src/core/file_sys/ips_layer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/file_sys/ips_layer.h b/src/core/file_sys/ips_layer.h
index bb35542c8..847e9bf3c 100644
--- a/src/core/file_sys/ips_layer.h
+++ b/src/core/file_sys/ips_layer.h
@@ -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