Revert "Fix tW2R and tR2W patch and multiple ram freqs"

This reverts commit 49f3e73b10.
This commit is contained in:
souldbminersmwc
2025-09-24 17:21:50 -04:00
parent 49f3e73b10
commit 9964405586
19 changed files with 46 additions and 47 deletions

View File

@@ -80,7 +80,6 @@
uint32_t unsafe_gpu;
uint32_t danger_cpu;
uint32_t danger_gpu;
if (IsMariko())
{
unsafe_cpu = 1964;
@@ -93,7 +92,7 @@
unsafe_cpu = 1786;
unsafe_gpu = 922;
danger_cpu = 2092;
danger_gpu = 1076;
danger_gpu = 999;
}
if (moduleName == "cpu") {

View File

@@ -80,7 +80,7 @@ void MainGui::listUI()
return false;
});
// this->listElement->addItem(miscItem);
this->listElement->addItem(miscItem);
}
void MainGui::refresh()