summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-08 18:30:33 +0200
committerGitHub <noreply@github.com>2018-10-08 18:30:33 +0200
commit6b48ba52712e5ea9cadb1177c06cb3ca65492c38 (patch)
tree365bb902d31fd5d5d585fc2f5d9e9dac274b02ec /src/core/file_sys/patch_manager.h
parentMerge pull request #1456 from ogniK5377/aoc-u-fixups (diff)
parentips_layer: Fix inaccuracies with comments and flags (diff)
downloadyuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.tar
yuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.tar.gz
yuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.tar.bz2
yuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.tar.lz
yuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.tar.xz
yuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.tar.zst
yuzu-6b48ba52712e5ea9cadb1177c06cb3ca65492c38.zip
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 2ae9322a1..eb6fc4607 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.