mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
patch_engine: Apply patch when APP_VER is unknown
This commit is contained in:
parent
75c3fdcb6f
commit
511e9920c2
3 changed files with 3 additions and 10 deletions
|
@ -138,9 +138,6 @@ public:
|
|||
std::size_t apply_with_ls_check(const std::string& name, u8* dst, u32 filesz, u32 ls_addr);
|
||||
|
||||
private:
|
||||
// Load from file and append to member patches map
|
||||
void append(const std::string& path);
|
||||
|
||||
// Internal: Apply patch (returns the number of entries applied)
|
||||
template <bool check_local_storage>
|
||||
std::size_t apply_patch(const std::string& name, u8* dst, u32 filesz, u32 ls_addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue