initial mrf implementation with some bugs to fix

This commit is contained in:
Lightos1
2026-04-16 20:51:26 +02:00
parent 923bd0c0ba
commit 51f935c252
11 changed files with 493 additions and 111 deletions

View File

@@ -51,6 +51,7 @@ namespace ams::ldr {
R_DEFINE_ERROR_RESULT(UninitializedPatcher, 1013);
R_DEFINE_ERROR_RESULT(UnsuccessfulPatcher, 1014);
R_DEFINE_ERROR_RESULT(SafetyCheckFailure, 1015);
R_DEFINE_ERROR_RESULT(InvalidMtcTablePattern, 1016);
}
namespace ams::ldr::hoc {