From 975ce3ff70705248ac035c8ffbbf6cd091c95bac Mon Sep 17 00:00:00 2001 From: Don Cross Date: Mon, 9 Dec 2024 15:08:20 -0500 Subject: [PATCH] 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. --- plugins/Sapphire | 2 +- plugins/plugins.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Sapphire b/plugins/Sapphire index 6c39e81..fcfdfab 160000 --- a/plugins/Sapphire +++ b/plugins/Sapphire @@ -1 +1 @@ -Subproject commit 6c39e81f48225e559181d4f60087b793c7356cee +Subproject commit fcfdfab93efed535ea65e0a47c870f6e2e6654be diff --git a/plugins/plugins.cpp b/plugins/plugins.cpp index 894e6d8..72ad951 100644 --- a/plugins/plugins.cpp +++ b/plugins/plugins.cpp @@ -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);