From bfc93c6238875d39a789d99920955cda455f6ec8 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Tue, 12 May 2026 21:29:27 +0200 Subject: [PATCH] ldr: don't be an idiot, remove debug code --- .../Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp | 1 - 1 file changed, 1 deletion(-) 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 108950fb..a5b2e5e5 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp @@ -743,7 +743,6 @@ namespace ams::ldr::hoc::pcv::mariko { Result MemFreqMtcTable(u32 *ptr) { static const DramId dramId = [] { DramId id = GetDramId(); - id = static_cast(17); return id; }();