mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
patch_manager: Dump NSO name with build ID
This commit is contained in:
parent
ec383a021b
commit
d6744d9b06
4 changed files with 11 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue