diff options
author | bunnei <bunneidev@gmail.com> | 2018-10-08 18:30:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 18:30:33 +0200 |
commit | 6b48ba52712e5ea9cadb1177c06cb3ca65492c38 (patch) | |
tree | 365bb902d31fd5d5d585fc2f5d9e9dac274b02ec /src/core/file_sys/patch_manager.h | |
parent | Merge pull request #1456 from ogniK5377/aoc-u-fixups (diff) | |
parent | ips_layer: Fix inaccuracies with comments and flags (diff) | |
download | yuzu-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.h | 1 |
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. |