- Sys-clk Fix: "Do not override" in overlay now works as intended

- Sys-clk Fix: Now you can completely disable ReverseNX profile syncing by removing "ReverseNX_sync.flag"
This commit is contained in:
KazushiM
2021-08-31 23:24:17 +08:00
parent 2724faf980
commit de9f7b7478
7 changed files with 48 additions and 25 deletions

View File

@@ -84,6 +84,7 @@ bool Config::Refresh()
if (!this->loaded || this->mtime != this->CheckModificationTime())
{
this->Load();
Clocks::ResetToStock(); // Reset to stock since we can't detect if user set "Do not override" for specific module
return true;
}
return false;