force 4gb config
This commit is contained in:
@@ -321,7 +321,8 @@ namespace ams::fuse {
|
|||||||
|
|
||||||
DramId GetDramId() {
|
DramId GetDramId() {
|
||||||
/* Get the value. */
|
/* 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() {
|
HardwareType GetHardwareType() {
|
||||||
|
|||||||
Reference in New Issue
Block a user