Files
Horizon-OC/Source/Atmosphere/ldr_pcv_patch.hpp
2021-07-07 12:27:09 +08:00

13 lines
267 B
C++

// placed in Atmosphere/stratosphere/loader/source/
#pragma once
#include <stratosphere.hpp>
namespace ams::ldr {
void ApplyPcvPatch(u8 *mapped_module, size_t mapped_size, int i);
void ApplyCopyrightPatch(u8 *mapped_module, size_t mapped_size, int i);
}