Compare commits
1 Commits
boot-stora
...
icosa_forc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
410afb166d |
@@ -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