From 0de76f1616c95b6a46437de6beda055224cd29b0 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:07:08 +0200 Subject: [PATCH] Erista timing fixes --- .../stratosphere/loader/source/oc/pcv/pcv_erista.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp index 092d00b7..8f5f5d6e 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_erista.cpp @@ -324,9 +324,7 @@ namespace ams::ldr::hoc::pcv::erista { constexpr u32 AtomsPerDvfsPulse = 0x7; constexpr u32 McEmcSameFreq = 0x0; - /* On certain frequencies (2966, 3100, 3133 and 3200 MHz), ExpiringSoonSlackThreshold has a value of 0x12. */ - /* But 0x13 is good enough for now. */ - constexpr u32 ExpiringSoonSlackThreshold = 0x13; + constexpr u32 ExpiringSoonSlackThreshold = 0xC; /* 0xC? */ const u32 PriorityInversionIsoThreshold = GET_CYCLE_CEIL(7.5); constexpr u32 EmcReqB2bXfer = 0x0; const u32 PriorityInversionThreshold = GET_CYCLE_CEIL(22.5); @@ -705,8 +703,6 @@ namespace ams::ldr::hoc::pcv::erista { } } - // ViewLog(); - for (auto &entry : patches) { LOGGING("%s Count: %zu\n", entry.description, entry.patched_count); if (R_FAILED(entry.CheckResult())) {