From 045bd818878c9260f2256e7baaca820ea23d318a Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Wed, 21 Jan 2026 15:52:54 -0500 Subject: [PATCH] pcv: fix auto vmin on low speedos --- Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp index c66a8bb9..152e870c 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/pcv/pcv.hpp @@ -101,6 +101,7 @@ namespace ams::ldr::oc::pcv { }; static const SpeedoVminTable vminTable[] { + {1400, 610}, // LOW SPEEDO -> use stock vmin {1560, 590}, {1583, 570}, {1620, 565},