From 78510a74f010eb532ba77f905171f41094df94cb Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 2 Dec 2020 09:59:53 -0800 Subject: [PATCH] exo: add new dram IDs --- libexosphere/include/exosphere/fuse.hpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libexosphere/include/exosphere/fuse.hpp b/libexosphere/include/exosphere/fuse.hpp index 19b58dca..c7756109 100644 --- a/libexosphere/include/exosphere/fuse.hpp +++ b/libexosphere/include/exosphere/fuse.hpp @@ -51,7 +51,7 @@ namespace ams::fuse { DramId_IcosaSamsung4GB = 0, DramId_IcosaHynix4GB = 1, DramId_IcosaMicron4GB = 2, - DramId_CopperSamsung4GB = 3, + DramId_FiveHynix1y4GB = 3, DramId_IcosaSamsung6GB = 4, DramId_CopperHynix4GB = 5, DramId_CopperMicron4GB = 6, @@ -70,9 +70,13 @@ namespace ams::fuse { DramId_HoagSamsung1y4GBX = 19, DramId_IowaSamsung1y4GBY = 20, DramId_IowaSamsung1y8GBY = 21, - DramId_IowaSamsung1y4GBA = 22, - DramId_FiveSamsung1y8GBX = 23, + DramId_FiveSamsung1y4GB = 22, + DramId_HoagSamsung1y8GBX = 23, DramId_FiveSamsung1y4GBX = 24, + DramId_IowaMicron1y4GB = 25, + DramId_HoagMicron1y4GB = 26, + DramId_FiveMicron1y4GB = 27, + DramId_FiveSamsung1y8GBX = 28, DramId_Count, };