force 4gb config

This commit is contained in:
Christoph Baumann
2025-05-21 16:55:14 +02:00
parent a1a88e5c42
commit 410afb166d

View File

@@ -321,7 +321,8 @@ namespace ams::fuse {
DramId GetDramId() {
/* Get the value. */
return static_cast<DramId>(GetDramIdValue(util::BitPack32{GetCommonOdmWord(4)}));
return DramId::DramId_IcosaSamsung4GB;
// return static_cast<DramId>(GetDramIdValue(util::BitPack32{GetCommonOdmWord(4)}));
}
HardwareType GetHardwareType() {