hoc-clk: add reversenx sync
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#pragma once
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#include "cpp_util.hpp"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
@@ -43,7 +43,7 @@ void MiscGui::listUI()
|
||||
this->listElement->addItem(new tsl::elm::CategoryHeader("Config"));
|
||||
addConfigToggle(HocClkConfigValue_UncappedClocks);
|
||||
addConfigToggle(HocClkConfigValue_OverwriteBoostMode);
|
||||
|
||||
addConfigToggle(HocClkConfigValue_SyncReverseNXMode);
|
||||
}
|
||||
|
||||
void MiscGui::refresh() {
|
||||
|
||||
Reference in New Issue
Block a user