1 Commits

Author SHA1 Message Date
Christoph Baumann
410afb166d force 4gb config 2025-10-07 21:21:50 +02:00

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() {