[+] Fixes required to run SDGA

This commit is contained in:
Clansty
2024-07-09 18:11:06 +08:00
parent 60a0c8726e
commit c6e471323f
7 changed files with 102 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ namespace AquaMai
Patch(typeof(CustomVersionString));
Patch(typeof(DisableReboot));
Patch(typeof(RunCommandOnEvents));
Patch(typeof(BasicFix));
MelonLogger.Msg("Loaded!");
}