patch_manager: Dump NSO name with build ID

This commit is contained in:
Zach Hilman
2019-03-27 20:08:56 -04:00
parent 41d2565f29
commit 552d5071fa
4 changed files with 11 additions and 9 deletions

View File

@ -44,7 +44,7 @@ public:
// Currently tracked NSO patches:
// - IPS
// - IPSwitch
std::vector<u8> PatchNSO(const std::vector<u8>& nso) const;
std::vector<u8> PatchNSO(const std::vector<u8>& nso, const std::string& name) const;
// Checks to see if PatchNSO() will have any effect given the NSO's build ID.
// Used to prevent expensive copies in NSO loader.