fix(loader): fix timing adjust for mariko_4266

This commit is contained in:
hanabbi
2023-04-22 11:20:47 +09:00
committed by hanabbi
parent 4b9f6b20d7
commit 78e814b0a6

View File

@@ -100,7 +100,7 @@ void MemMtcTableAutoAdjust(MarikoMtcTable* table, const MarikoMtcTable* ref) {
* you'd better calculate timings yourself rather than relying on following algorithm.
*/
if (C.mtcConf != AUTO_ADJ_SAFE_MARIKO_ONLY && C.mtcConf != AUTO_ADJ_SAFE_MARIKO_ONLY)
if (C.mtcConf != AUTO_ADJ_SAFE_MARIKO_ONLY && C.mtcConf != AUTO_ADJ_4266_MARIKO_ONLY)
return;
#define ADJUST_PROP(TARGET, REF) \