diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index 3b7d0c62..10331af8 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -59,21 +59,21 @@ volatile CustomizeTable C = { // Defaults - (3-3-2) 0-1-4-3-6 // Primary -.t1_tRCD = 3, -.t2_tRP = 3, -.t3_tRAS = 2, +.t1_tRCD = 0, +.t2_tRP = 0, +.t3_tRAS = 0, // Secondary .t4_tRRD = 0, -.t5_tRFC = 1, -.t6_tRTW = 4, -.t7_tWTR = 3, -.t8_tREFI= 6, +.t5_tRFC = 0, +.t6_tRTW = 0, +.t7_tWTR = 0, +.t8_tREFI= 0, .mem_burst_latency = 0, // 0 - 1600l, 1 = 1866bl, 2 = 2133bl .marikoCpuVmin = 600, -.eristaGpuVmin = 775, +.eristaGpuVmin = 810, .marikoGpuVmin = 610,