Sapphire v 2.5.5: new module Chaops. (#770)
Chaops is a left-expander for chaos modules Frolic, Glee, and Lark that adds new functionality to them. Improved CPU efficiency of Frolic, Glee, Lark by 30x in Turbo Mode. No longer need a CPU usage warning. Display chaos mode on top of CHOAS knob in Glee and Lark. Display "T" on top of SPEED knob when Turbo Mode is enabled.
This commit is contained in:
parent
0c8cebb5cb
commit
975ce3ff70
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 6c39e81f48225e559181d4f60087b793c7356cee
|
Subproject commit fcfdfab93efed535ea65e0a47c870f6e2e6654be
|
|
@ -3150,6 +3150,7 @@ static void initStatic__Sapphire()
|
||||||
const StaticPluginLoader spl(p, "Sapphire");
|
const StaticPluginLoader spl(p, "Sapphire");
|
||||||
if (spl.ok())
|
if (spl.ok())
|
||||||
{
|
{
|
||||||
|
p->addModel(modelSapphireChaops);
|
||||||
p->addModel(modelSapphireElastika);
|
p->addModel(modelSapphireElastika);
|
||||||
p->addModel(modelSapphireFrolic);
|
p->addModel(modelSapphireFrolic);
|
||||||
p->addModel(modelSapphireGalaxy);
|
p->addModel(modelSapphireGalaxy);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue