diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index d783c944..d95cb720 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -89,7 +89,7 @@ volatile CustomizeTable C = { }, .eristaCpuUV = 0, -.eristaCpuVmin = 800, +.eristaCpuVmin = 825, .eristaCpuMaxVolt = 1200, /* Unlocks up to 2397 Mhz CPU, usage is not recommended. */ .eristaCpuUnlock = DISABLED, 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 0e501c52..8e80ba9f 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp @@ -365,8 +365,6 @@ namespace ams::ldr::hoc::pcv::mariko { #define GET_CYCLE_CEIL(PARAM) u32(CEIL(double(PARAM) / tCK_avg)) - /* EMC timings. */ - /* Ram power down */ /* B31: DRAM_CLKSTOP_PD */ /* B30: DRAM_CLKSTOP_SR */ @@ -448,7 +446,6 @@ namespace ams::ldr::hoc::pcv::mariko { WRITE_PARAM_ALL_REG(table, emc_cmd_brlshft_2, 0x24); WRITE_PARAM_ALL_REG(table, emc_cmd_brlshft_3, 0x24); - /* MC timings. */ /* This needs some clean up. */ constexpr double MC_ARB_DIV = 4.0; constexpr u32 MC_ARB_SFA = 2;