Fix tW2R and tR2W patch and multiple ram freqs

This commit is contained in:
souldbminersmwc
2025-09-24 15:38:08 -04:00
parent 8845dc862d
commit 49f3e73b10
19 changed files with 47 additions and 46 deletions

View File

@@ -40,7 +40,7 @@ class AppOverlay : public tsl::Overlay
if(!sysclkIpcRunning())
{
return initially<FatalGui>(
"sys-clk is not running.\n\n"
"Horizon OC is not running.\n\n"
"\n"
"Please make sure it is correctly\n\n"
"installed and enabled.",
@@ -51,7 +51,7 @@ class AppOverlay : public tsl::Overlay
if(R_FAILED(sysclkIpcInitialize()) || R_FAILED(sysclkIpcGetAPIVersion(&apiVersion)))
{
return initially<FatalGui>(
"Could not connect to sys-clk.\n\n"
"Could not connect to Horizon OC.\n\n"
"\n"
"Please make sure it is correctly\n\n"
"installed and enabled.",
@@ -63,7 +63,7 @@ class AppOverlay : public tsl::Overlay
{
return initially<FatalGui>(
"Overlay not compatible with\n\n"
"the running sys-clk version.\n\n"
"the running Horizon OC version.\n\n"
"\n"
"Please make sure everything is\n\n"
"installed and up to date.",

View File

@@ -80,6 +80,7 @@
uint32_t unsafe_gpu;
uint32_t danger_cpu;
uint32_t danger_gpu;
if (IsMariko())
{
unsafe_cpu = 1964;
@@ -92,7 +93,7 @@
unsafe_cpu = 1786;
unsafe_gpu = 922;
danger_cpu = 2092;
danger_gpu = 999;
danger_gpu = 1076;
}
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()