loader: refactor to use fs bindings
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../ro/ro_types.hpp"
|
||||
#include <stratosphere/ro/ro_types.hpp>
|
||||
|
||||
namespace ams::patcher {
|
||||
|
||||
/* Helper for applying to code binaries. */
|
||||
void LocateAndApplyIpsPatchesToModule(const char *patch_dir, size_t protected_size, size_t offset, const ro::ModuleId *module_id, u8 *mapped_module, size_t mapped_size);
|
||||
void LocateAndApplyIpsPatchesToModule(const char *mount_name, const char *patch_dir, size_t protected_size, size_t offset, const ro::ModuleId *module_id, u8 *mapped_module, size_t mapped_size);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user