From 91184286b6659b5e42b8d1be59108f968d4ec8bb Mon Sep 17 00:00:00 2001 From: hanabbi Date: Tue, 7 Nov 2023 12:00:19 +0900 Subject: [PATCH] loader: add missing gpuVoltOffset in cust table --- Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp index ae6bedf0..34405d17 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp @@ -91,6 +91,8 @@ volatile CustomizeTable C = { .marikoGpuUV = 0, +.commonGpuVoltOffset = 0, + .marikoEmcDvbShift = 0, .ramTimingPresetOne = 0,