update for HOS 12.1.0

This commit is contained in:
KazushiM
2021-07-07 12:27:09 +08:00
parent c70a8226fa
commit 0907208e60
6 changed files with 13 additions and 109 deletions

View File

@@ -7,8 +7,6 @@ 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);
}