file_sys: Move IPS patching code into separate source file
In anticipation of a new BPS patcher.
This commit is contained in:
@@ -272,11 +272,11 @@ public:
|
||||
Loader::ResultStatus ReadExtdataId(u64& extdata_id);
|
||||
|
||||
/**
|
||||
* Apply an IPS patch for .code (if it exists).
|
||||
* Apply a patch for .code (if it exists).
|
||||
* This should only be called after allocating .bss.
|
||||
* @return bool true if a patch was applied, false otherwise
|
||||
*/
|
||||
bool ApplyIPSPatch(std::vector<u8>& code) const;
|
||||
bool ApplyCodePatch(std::vector<u8>& code) const;
|
||||
|
||||
/**
|
||||
* Checks whether the NCCH container contains an ExeFS
|
||||
|
Reference in New Issue
Block a user