Skip to content

Commit

Permalink
led effects fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Nov 11, 2023
1 parent 214dc06 commit 417598d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ResidentEvil4.FusionMod/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void Init()
else
{
LogiLedStopEffects();
LogiLedSetLighting(76, 12, 18); //logo red
LEDEffects::SetLighting(76, 12, 18); //logo red
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion source/ResidentEvil6.FusionFix/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ void Init()
else
{
LogiLedStopEffects();
LogiLedSetLighting(31, 25, 70); //logo purple
LEDEffects::SetLighting(31, 25, 70); //logo purple
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion source/ResidentEvilRevelations.FusionFix/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ void Init()
else
{
LogiLedStopEffects();
LogiLedSetLighting(76, 12, 18); //logo red
LEDEffects::SetLighting(76, 12, 18); //logo red
}
}
else
Expand Down

0 comments on commit 417598d

Please sign in to comment.