aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/patch_manager.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/patch_manager.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/patch_manager.h')
-rw-r--r--src/core/file_sys/patch_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/patch_manager.h b/src/core/file_sys/patch_manager.h
index 6a864ec43..66fdba148 100644
--- a/src/core/file_sys/patch_manager.h
+++ b/src/core/file_sys/patch_manager.h
@@ -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.