diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp index 23751c7c..ca051a8c 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp @@ -516,8 +516,8 @@ void MemMtcTableAutoAdjustBaseLatency(MarikoMtcTable *table) { u32 actual_freq_khz = static_cast(fma_out * (38400.0 / static_cast(divm_candidate))); - constexpr u32 SscTargetCenterKHz = 0x241a31; - constexpr u32 SscTargetToleranceKHz = 0x20b6f; + constexpr u32 SscTargetCenterKHz = 2366001; + constexpr u32 SscTargetToleranceKHz = 133999; u32 diff_from_ssc_center = target_freq_for_div - SscTargetCenterKHz;