From 54ae13439bf22638e14189e2bcbff4912d76af27 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:25:37 +0200 Subject: [PATCH] fix stupid comment typo --- .../Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp | 2 +- 1 file changed, 1 insertion(+), 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 cb40d156..9c561f78 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv_mariko.cpp @@ -536,7 +536,7 @@ namespace ams::ldr::hoc::pcv::mariko { table->dram_timings.rl = RL; table->emc_mrw2 = (table->emc_mrw2 & ~0xFFu) | static_cast(mrw2); - table->emc_mrw = (table->emc_mrw & ~0x70u) | 0x40; /* nWR /* + table->emc_mrw = (table->emc_mrw & ~0x70u) | 0x40; /* nWR */ table->emc_cfg_2 = 0x11083D; }