make step mode mariko only

This commit is contained in:
Lightos1
2026-04-24 17:34:37 +02:00
parent addd2de4d9
commit 65b77a2d0b

View File

@@ -879,6 +879,7 @@ protected:
true
);
if (IsMariko()) {
std::vector<NamedValue> stepMode = {
NamedValue("66MHz", 0),
NamedValue("100MHz", 1),
@@ -886,7 +887,7 @@ protected:
};
addConfigButton(KipConfigValue_stepMode, "Step Mode", ValueRange(0, 0, 2, "", 0), "Step Mode", &thresholdsDisabled, {}, stepMode, false, true);
}
if (IsErista()) {
tsl::elm::ListItem* freqSubmenu = new tsl::elm::ListItem("RAM Frequency Editor");
freqSubmenu->setClickListener([](u64 keys) {