This commit is contained in:
MoreTore
2025-05-11 23:23:26 -05:00
parent ed754fe6c8
commit 764490478c
+8
View File
@@ -119,4 +119,12 @@ inline static std::unordered_map<std::string, uint32_t> keys = {
{"UpdaterTargetBranch", CLEAR_ON_MANAGER_START},
{"UpdaterLastFetchTime", PERSISTENT},
{"Version", PERSISTENT},
// MoreTorque
{"TorqueInterceptorEnabled", PERSISTENT},
{"RadarInterceptorEnabled", PERSISTENT},
{"NoMRCC", PERSISTENT},
{"NoFSC", PERSISTENT},
{"BlendedACC", PERSISTENT},
{"ManualTransmission", PERSISTENT},
};