From b92376192cd9a184337fe1be53b73de9dfadfe19 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Tue, 6 Apr 2021 21:37:46 +0100 Subject: [PATCH] exo: add new dram ID --- libexosphere/include/exosphere/fuse.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexosphere/include/exosphere/fuse.hpp b/libexosphere/include/exosphere/fuse.hpp index cf8b54e9..3c042db8 100644 --- a/libexosphere/include/exosphere/fuse.hpp +++ b/libexosphere/include/exosphere/fuse.hpp @@ -51,9 +51,9 @@ namespace ams::fuse { DramId_IcosaSamsung4GB = 0, DramId_IcosaHynix4GB = 1, DramId_IcosaMicron4GB = 2, - DramId_AulaHynix1y4GB = 3, + DramId_IowaHynix1y4GB = 3, DramId_IcosaSamsung6GB = 4, - DramId_CopperHynix4GB = 5, + DramId_HoagHynix1y4GB = 5, DramId_CopperMicron4GB = 6, DramId_IowaX1X2Samsung4GB = 7, DramId_IowaSansung4GB = 8,