Skip to content

Commit

Permalink
Allow loading in safe/recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Aug 2, 2021
1 parent 1e3ad6f commit a2647fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ECEnabler/ECEStart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const char *bootargBeta[] {
PluginConfiguration ADDPR(config) {
xStringify(PRODUCT_NAME),
parseModuleVersion(xStringify(MODULE_VERSION)),
LiluAPI::AllowNormal,
LiluAPI::AllowNormal |
LiluAPI::AllowSafeMode |
LiluAPI::AllowInstallerRecovery,
bootargOff,
arrsize(bootargOff),
bootargDebug,
Expand Down

0 comments on commit a2647fc

Please sign in to comment.