Fix 1333 base latency at >=2533Mhz

This commit is contained in:
Lightos1
2026-01-24 20:13:48 +01:00
parent 5dca0a9d9b
commit af1c36d00a
4 changed files with 10 additions and 7 deletions

View File

@@ -168,7 +168,7 @@ void Patch(uintptr_t mapped_nso, size_t nso_size) {
if (isMariko)
mariko::Patch(mapped_nso, nso_size);
else
mariko::Patch(mapped_nso, nso_size);
erista::Patch(mapped_nso, nso_size);
#endif
}