From d622e183cf5c9d5ebd5d35828808d7a51b8b54d4 Mon Sep 17 00:00:00 2001 From: hanabbi Date: Wed, 21 Jun 2023 15:50:42 +0900 Subject: [PATCH] is this necessary? --- .../Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp | 1 + 1 file changed, 1 insertion(+) 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 e6a4a3f8..728c6d0d 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp @@ -123,6 +123,7 @@ void MemMtcTableAutoAdjust(MarikoMtcTable* table, const MarikoMtcTable* ref) { TABLE->shadow_regs_rdwr_train.PARAM = VALUE; ADJUST_PARAM_TABLE(table, la_scale_regs.mc_mll_mpcorer_ptsa_rate, ref); + ADJUST_PARAM_TABLE(table, la_scale_regs.mc_ftop_ptsa_rate, ref); ADJUST_PARAM_TABLE(table, la_scale_regs.mc_ptsa_grant_decrement, ref); #define GET_CYCLE_CEIL(PARAM) u32(CEIL(double(PARAM) / tCK_avg))