initial commit

This commit is contained in:
KazushiM
2021-07-05 17:02:51 +08:00
commit 586c36d6f2
32 changed files with 2175 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
// 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 ApplyCtestPatch(u8 *mapped_module, size_t mapped_size, int i);
void ApplyCopyrightPatch(u8 *mapped_module, size_t mapped_size, int i);
}