Skip to content

Commit

Permalink
Update plugin requirements for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Sep 24, 2017
1 parent 31a798b commit b8a0292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppleALC/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
static AlcEnabler alc;

static const char *bootargOff[] {
"-alcoff",
"-x"
"-alcoff"
};

static const char *bootargDebug[] {
Expand All @@ -28,6 +27,7 @@ static const char *bootargBeta[] {
PluginConfiguration ADDPR(config) {
xStringify(PRODUCT_NAME),
parseModuleVersion(xStringify(MODULE_VERSION)),
LiluAPI::AllowNormal | LiluAPI::AllowInstallerRecovery,
bootargOff,
arrsize(bootargOff),
bootargDebug,
Expand Down

0 comments on commit b8a0292

Please sign in to comment.