Skip to content

Commit

Permalink
fix aurora not launching without razer chroma issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Dec 1, 2022
1 parent b25ecc4 commit 0f26a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project-Aurora/Project-Aurora/Modules/RazerSdkModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ public void Initialize()
{
Global.logger.Fatal("RazerSdkManager failed to load!");
Global.logger.Fatal(exc.ToString());
_sdkTaskSource.SetResult(null);
}
}
else
{
Global.logger.Warn("Currently installed razer sdk version \"{0}\" is not supported by the RazerSdkManager!", RzHelper.GetSdkVersion());
_sdkTaskSource.SetResult(null);
}
}

Expand Down

0 comments on commit 0f26a73

Please sign in to comment.