Revert "initial mrf implementation with some bugs to fix"

This reverts commit 819913ffd9.
This commit is contained in:
Lightos1
2026-04-16 20:49:58 +02:00
parent 3b5185df8d
commit e1003520eb
11 changed files with 112 additions and 494 deletions

View File

@@ -51,7 +51,6 @@ 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 {