Browse Source

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.
tags/24.12
Don Cross GitHub 5 months ago
parent
commit
975ce3ff70
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      plugins/Sapphire
  2. +1
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/Sapphire

@@ -1 +1 @@
Subproject commit 6c39e81f48225e559181d4f60087b793c7356cee
Subproject commit fcfdfab93efed535ea65e0a47c870f6e2e6654be

+ 1
- 0
plugins/plugins.cpp View File

@@ -3150,6 +3150,7 @@ static void initStatic__Sapphire()
const StaticPluginLoader spl(p, "Sapphire");
if (spl.ok())
{
p->addModel(modelSapphireChaops);
p->addModel(modelSapphireElastika);
p->addModel(modelSapphireFrolic);
p->addModel(modelSapphireGalaxy);


Loading…
Cancel
Save