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, };